summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes/asm
diff options
context:
space:
mode:
authormiod <>2014-12-07 15:37:27 +0000
committermiod <>2014-12-07 15:37:27 +0000
commitc5d806aeb78b89821adae9ac2e4e491afb82b501 (patch)
treef16e9a1a4d13b6bc23647f7b1034aaac23f5c3e0 /src/lib/libcrypto/aes/asm
parent7130e43797a5dbb7ddca81dd2078a38b152e74a0 (diff)
downloadopenbsd-c5d806aeb78b89821adae9ac2e4e491afb82b501.tar.gz
openbsd-c5d806aeb78b89821adae9ac2e4e491afb82b501.tar.bz2
openbsd-c5d806aeb78b89821adae9ac2e4e491afb82b501.zip
Remove OPENSSL_FIPSCANISTER mentions.
Diffstat (limited to 'src/lib/libcrypto/aes/asm')
-rw-r--r--src/lib/libcrypto/aes/asm/aes-mips.pl4
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