Include fipssyms.h for ARM builds to translate symbols.

Translate arm symbol to fips_*.
This commit is contained in:
Dr. Stephen Henson
2011-05-04 14:16:03 +00:00
parent e350458a63
commit a95bbadb57
2 changed files with 5 additions and 0 deletions

View File

@@ -35,5 +35,9 @@
# endif
# endif
#ifdef OPENSSL_FIPSSYMS
#include <openssl/fipssyms.h>
#endif
#endif
#endif