diff options
| author | miod <> | 2014-12-07 15:37:27 +0000 |
|---|---|---|
| committer | miod <> | 2014-12-07 15:37:27 +0000 |
| commit | 7791c532168af515a1d14ad730289593f6fd18a9 (patch) | |
| tree | f16e9a1a4d13b6bc23647f7b1034aaac23f5c3e0 /src/lib/libcrypto/aes | |
| parent | 144d973554b7c2ecc681039dca97ac8e75bba7ab (diff) | |
| download | openbsd-7791c532168af515a1d14ad730289593f6fd18a9.tar.gz openbsd-7791c532168af515a1d14ad730289593f6fd18a9.tar.bz2 openbsd-7791c532168af515a1d14ad730289593f6fd18a9.zip | |
Remove OPENSSL_FIPSCANISTER mentions.
Diffstat (limited to 'src/lib/libcrypto/aes')
| -rw-r--r-- | src/lib/libcrypto/aes/asm/aes-mips.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/aes/asm/aes-mips.pl b/src/lib/libcrypto/aes/asm/aes-mips.pl index 2ce6deffc8..5307c05cac 100644 --- a/src/lib/libcrypto/aes/asm/aes-mips.pl +++ b/src/lib/libcrypto/aes/asm/aes-mips.pl | |||
| @@ -85,10 +85,6 @@ my ($MSB,$LSB)=(0,3); # automatically converted to little-endian | |||
| 85 | 85 | ||
| 86 | $code.=<<___; | 86 | $code.=<<___; |
| 87 | .text | 87 | .text |
| 88 | #ifdef OPENSSL_FIPSCANISTER | ||
| 89 | # include <openssl/fipssyms.h> | ||
| 90 | #endif | ||
| 91 | |||
| 92 | #if !defined(__vxworks) || defined(__pic__) | 88 | #if !defined(__vxworks) || defined(__pic__) |
| 93 | .option pic2 | 89 | .option pic2 |
| 94 | #endif | 90 | #endif |
