Include fipssyms.h for ARM builds to translate symbols.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 4 May 2011 14:16:03 +0000 (14:16 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 4 May 2011 14:16:03 +0000 (14:16 +0000)
Translate arm symbol to fips_*.

crypto/arm_arch.h
fips/fipssyms.h

index 8340d01823e95f3b3306bb1b46f1e898884a03c4..db7047cc0534921adb2094590b3830787aebe2af 100644 (file)
@@ -35,5 +35,9 @@
 #  endif
 # endif
 
 #  endif
 # endif
 
+#ifdef OPENSSL_FIPSSYMS
+#include <openssl/fipssyms.h>
+#endif
+
 #endif
 #endif
 #endif
 #endif
index 5cef081d74842c92fd57fc04e40e8c27c828ffdf..ecc504c4ff1fe78641520e21742ebee319aacf0c 100644 (file)
 #define OPENSSL_far_spin fips_openssl_far_spin
 #define OPENSSL_indirect_call fips_openssl_indirect_call
 #define OPENSSL_instrument_halt fips_openssl_instrument_halt
 #define OPENSSL_far_spin fips_openssl_far_spin
 #define OPENSSL_indirect_call fips_openssl_indirect_call
 #define OPENSSL_instrument_halt fips_openssl_instrument_halt
+#define OPENSSL_armcap fips_openssl_armcap
 #define aesni_cbc_encrypt fips_aesni_cbc_encrypt
 #define aesni_decrypt fips_aesni_decrypt
 #define aesni_set_decrypt_key fips_aesni_set_decrypt_key
 #define aesni_cbc_encrypt fips_aesni_cbc_encrypt
 #define aesni_decrypt fips_aesni_decrypt
 #define aesni_set_decrypt_key fips_aesni_set_decrypt_key