mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
sha1-mips.pl: fix typo.
This commit is contained in:
parent
d22870bc00
commit
d528caa725
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user