projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d22870b
)
sha1-mips.pl: fix typo.
author
Andy Polyakov
<appro@openssl.org>
Thu, 20 Oct 2011 08:39:29 +0000
(08:39 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 20 Oct 2011 08:39:29 +0000
(08:39 +0000)
crypto/sha/asm/sha1-mips.pl
patch
|
blob
|
history
diff --git
a/crypto/sha/asm/sha1-mips.pl
b/crypto/sha/asm/sha1-mips.pl
index 0495d611b2f3926c754372136f5e085d5ce1e9c6..f1a702f38f53070834c3573fd7334db48bfb42eb 100644
(file)
--- 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