Include fipssyms.h for ARM builds to translate symbols.
Translate arm symbol to fips_*.
This commit is contained in:
parent
e350458a63
commit
a95bbadb57
2 changed files with 5 additions and 0 deletions
|
@ -35,5 +35,9 @@
|
||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
#ifdef OPENSSL_FIPSSYMS
|
||||||
|
#include <openssl/fipssyms.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -585,6 +585,7 @@
|
||||||
#define OPENSSL_far_spin fips_openssl_far_spin
|
#define OPENSSL_far_spin fips_openssl_far_spin
|
||||||
#define OPENSSL_indirect_call fips_openssl_indirect_call
|
#define OPENSSL_indirect_call fips_openssl_indirect_call
|
||||||
#define OPENSSL_instrument_halt fips_openssl_instrument_halt
|
#define OPENSSL_instrument_halt fips_openssl_instrument_halt
|
||||||
|
#define OPENSSL_armcap fips_openssl_armcap
|
||||||
#define aesni_cbc_encrypt fips_aesni_cbc_encrypt
|
#define aesni_cbc_encrypt fips_aesni_cbc_encrypt
|
||||||
#define aesni_decrypt fips_aesni_decrypt
|
#define aesni_decrypt fips_aesni_decrypt
|
||||||
#define aesni_set_decrypt_key fips_aesni_set_decrypt_key
|
#define aesni_set_decrypt_key fips_aesni_set_decrypt_key
|
||||||
|
|
Loading…
Reference in a new issue