diff options
Diffstat (limited to 'src/lib/libcrypto/sha')
| -rw-r--r-- | src/lib/libcrypto/sha/asm/sha1-mips.pl | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/sha/asm/sha512-mips.pl | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/libcrypto/sha/asm/sha1-mips.pl b/src/lib/libcrypto/sha/asm/sha1-mips.pl index f1a702f38f..0590b7cdb2 100644 --- a/src/lib/libcrypto/sha/asm/sha1-mips.pl +++ b/src/lib/libcrypto/sha/asm/sha1-mips.pl | |||
| @@ -237,10 +237,6 @@ $FRAMESIZE=16; # large enough to accomodate NUBI saved registers | |||
| 237 | $SAVED_REGS_MASK = ($flavour =~ /nubi/i) ? 0xc0fff008 : 0xc0ff0000; | 237 | $SAVED_REGS_MASK = ($flavour =~ /nubi/i) ? 0xc0fff008 : 0xc0ff0000; |
| 238 | 238 | ||
| 239 | $code=<<___; | 239 | $code=<<___; |
| 240 | #ifdef OPENSSL_FIPSCANISTER | ||
| 241 | # include <openssl/fipssyms.h> | ||
| 242 | #endif | ||
| 243 | |||
| 244 | .text | 240 | .text |
| 245 | 241 | ||
| 246 | .set noat | 242 | .set noat |
diff --git a/src/lib/libcrypto/sha/asm/sha512-mips.pl b/src/lib/libcrypto/sha/asm/sha512-mips.pl index ffa053bb7d..2714794c2f 100644 --- a/src/lib/libcrypto/sha/asm/sha512-mips.pl +++ b/src/lib/libcrypto/sha/asm/sha512-mips.pl | |||
| @@ -238,10 +238,6 @@ $FRAMESIZE=16*$SZ+16*$SZREG; | |||
| 238 | $SAVED_REGS_MASK = ($flavour =~ /nubi/i) ? 0xc0fff008 : 0xc0ff0000; | 238 | $SAVED_REGS_MASK = ($flavour =~ /nubi/i) ? 0xc0fff008 : 0xc0ff0000; |
| 239 | 239 | ||
| 240 | $code.=<<___; | 240 | $code.=<<___; |
| 241 | #ifdef OPENSSL_FIPSCANISTER | ||
| 242 | # include <openssl/fipssyms.h> | ||
| 243 | #endif | ||
| 244 | |||
| 245 | .text | 241 | .text |
| 246 | .set noat | 242 | .set noat |
| 247 | #if !defined(__vxworks) || defined(__pic__) | 243 | #if !defined(__vxworks) || defined(__pic__) |
