summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-10-20 08:39:29 +0000
committerAndy Polyakov <appro@openssl.org>2011-10-20 08:39:29 +0000
commitd528caa7254eef18f862c4d6c2f624a9f6703c17 (patch)
treee7a4647eff60423768a5e874f0a7f1540aec8f35 /crypto
parentd22870bc00ff22030bc60d2a4de10490e77c1f56 (diff)
sha1-mips.pl: fix typo.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/sha/asm/sha1-mips.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/asm/sha1-mips.pl b/crypto/sha/asm/sha1-mips.pl
index 0495d611b2..f1a702f38f 100644
--- a/crypto/sha/asm/sha1-mips.pl
+++ b/crypto/sha/asm/sha1-mips.pl
@@ -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