summaryrefslogtreecommitdiff
path: root/crypto/arm_arch.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-10-18 23:59:37 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-12-08 13:25:16 +0000
commitc603c723ce0007c78b154096f1b2f67cea786389 (patch)
treeeffef648a4c113453011513d53f46a4590bf00f2 /crypto/arm_arch.h
parent225fce8a9867c638fb208a3a8062e8202355999a (diff)
downloadopenssl-new-c603c723ce0007c78b154096f1b2f67cea786389.tar.gz
Remove OPENSSL_FIPSCANISTER code.
OPENSSL_FIPSCANISTER is only set if the fips module is being built (as opposed to being used). Since the fips module wont be built in master this is redundant. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/arm_arch.h')
-rw-r--r--crypto/arm_arch.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h
index 6fa87244d1..d406c8c229 100644
--- a/crypto/arm_arch.h
+++ b/crypto/arm_arch.h
@@ -48,10 +48,6 @@
# endif
#endif
-#ifdef OPENSSL_FIPSCANISTER
-#include <openssl/fipssyms.h>
-#endif
-
#if !__ASSEMBLER__
extern unsigned int OPENSSL_armcap_P;
#endif