summaryrefslogtreecommitdiff
path: root/crypto/arm_arch.h
diff options
context:
space:
mode:
authorsteve <steve>2011-05-04 14:16:03 +0000
committersteve <steve>2011-05-04 14:16:03 +0000
commit354652ff3a14e09c4e677243894f5d956ecc6f5a (patch)
tree63543cc20e1940a34f6c016cae52cbe6b39ae8a9 /crypto/arm_arch.h
parentb11607e992c7705888d4d470cafc154c90acb576 (diff)
downloadopenssl-354652ff3a14e09c4e677243894f5d956ecc6f5a.tar.gz
Include fipssyms.h for ARM builds to translate symbols.
Translate arm symbol to fips_*.
Diffstat (limited to 'crypto/arm_arch.h')
-rw-r--r--crypto/arm_arch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h
index 8340d0182..db7047cc0 100644
--- a/crypto/arm_arch.h
+++ b/crypto/arm_arch.h
@@ -35,5 +35,9 @@
# endif
# endif
+#ifdef OPENSSL_FIPSSYMS
+#include <openssl/fipssyms.h>
+#endif
+
#endif
#endif