aboutsummaryrefslogtreecommitdiff
path: root/crypto/arm_arch.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-04 14:16:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-04 14:16:03 +0000
commita95bbadb57c08dcd0e843fd48cf11d7f68440fcb (patch)
treebfb1b7e66a851e269fecfa815d3ae7de54886830 /crypto/arm_arch.h
parente350458a63203400b4de3788280a61102815137a (diff)
downloadopenssl-a95bbadb57c08dcd0e843fd48cf11d7f68440fcb.zip
openssl-a95bbadb57c08dcd0e843fd48cf11d7f68440fcb.tar.gz
openssl-a95bbadb57c08dcd0e843fd48cf11d7f68440fcb.tar.bz2
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 8340d01..db7047c 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