diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-12-07 15:37:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-12-07 15:37:28 +0000 |
commit | e2a8d6fb6a10014960e88e16899a0265c82c1c0b (patch) | |
tree | bf58de5046fba69d3153dd6ac723d4e2cd419e8b /lib/libcrypto/aes | |
parent | a12c6bf533b0c8f1c6c2b522678dc0950fb37963 (diff) |
Remove OPENSSL_FIPSCANISTER mentions.
Diffstat (limited to 'lib/libcrypto/aes')
-rw-r--r-- | lib/libcrypto/aes/asm/aes-mips.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libcrypto/aes/asm/aes-mips.pl b/lib/libcrypto/aes/asm/aes-mips.pl index 2ce6deffc88..5307c05cac6 100644 --- a/lib/libcrypto/aes/asm/aes-mips.pl +++ b/lib/libcrypto/aes/asm/aes-mips.pl @@ -85,10 +85,6 @@ my ($MSB,$LSB)=(0,3); # automatically converted to little-endian $code.=<<___; .text -#ifdef OPENSSL_FIPSCANISTER -# include <openssl/fipssyms.h> -#endif - #if !defined(__vxworks) || defined(__pic__) .option pic2 #endif |