summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorappro <appro>2011-10-20 08:39:29 +0000
committerappro <appro>2011-10-20 08:39:29 +0000
commit5f729364a9969509718fc8d885bb2c0ef6f936a8 (patch)
tree1996ab9ac886a862eeaf1d5205d2ceb7ce95fd12 /crypto
parent8cf3d410696498f785dc3cef4751e47de3fc1515 (diff)
downloadopenssl-5f729364a9969509718fc8d885bb2c0ef6f936a8.tar.gz
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 0495d611b..f1a702f38 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