]> granicus.if.org Git - openssl/commitdiff
sha1-mips.pl: fix typo.
authorAndy Polyakov <appro@openssl.org>
Thu, 20 Oct 2011 08:39:29 +0000 (08:39 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 20 Oct 2011 08:39:29 +0000 (08:39 +0000)
crypto/sha/asm/sha1-mips.pl

index 0495d611b2f3926c754372136f5e085d5ce1e9c6..f1a702f38f53070834c3573fd7334db48bfb42eb 100644 (file)
@@ -237,7 +237,7 @@ $FRAMESIZE=16;      # large enough to accomodate NUBI saved registers
 $SAVED_REGS_MASK = ($flavour =~ /nubi/i) ? 0xc0fff008 : 0xc0ff0000;
 
 $code=<<___;
-ifdef OPENSSL_FIPSCANISTER
+#ifdef OPENSSL_FIPSCANISTER
 # include <openssl/fipssyms.h>
 #endif