Make sure OPENSSL_FIPSCANISTER is visible to ARM assembly language files.

This commit is contained in:
Dr. Stephen Henson 2011-07-22 14:20:50 +00:00
parent 057037e719
commit 1d5121552d
2 changed files with 2 additions and 1 deletions

View File

@ -1518,6 +1518,7 @@ if ($fips)
if ($fipscanisterinternal eq "y")
{
$openssl_other_defines.="#define OPENSSL_FIPSCANISTER\n";
$cflags = "-DOPENSSL_FIPSCANISTER $cflags";
}
}

View File

@ -35,7 +35,7 @@
# endif
# endif
#ifdef OPENSSL_FIPSCANISTERBUILD
#ifdef OPENSSL_FIPSCANISTER
#include <openssl/fipssyms.h>
#endif