diff options
| author | miod <> | 2014-12-07 15:37:27 +0000 |
|---|---|---|
| committer | miod <> | 2014-12-07 15:37:27 +0000 |
| commit | c5d806aeb78b89821adae9ac2e4e491afb82b501 (patch) | |
| tree | f16e9a1a4d13b6bc23647f7b1034aaac23f5c3e0 /src/lib/libcrypto/sha | |
| parent | 7130e43797a5dbb7ddca81dd2078a38b152e74a0 (diff) | |
| download | openbsd-c5d806aeb78b89821adae9ac2e4e491afb82b501.tar.gz openbsd-c5d806aeb78b89821adae9ac2e4e491afb82b501.tar.bz2 openbsd-c5d806aeb78b89821adae9ac2e4e491afb82b501.zip | |
Remove OPENSSL_FIPSCANISTER mentions.
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__) |
