Make sure OPENSSL_FIPSCANISTER is visible to ARM assembly language files.
This commit is contained in:
parent
057037e719
commit
1d5121552d
@ -1518,6 +1518,7 @@ if ($fips)
|
||||
if ($fipscanisterinternal eq "y")
|
||||
{
|
||||
$openssl_other_defines.="#define OPENSSL_FIPSCANISTER\n";
|
||||
$cflags = "-DOPENSSL_FIPSCANISTER $cflags";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#ifdef OPENSSL_FIPSCANISTERBUILD
|
||||
#ifdef OPENSSL_FIPSCANISTER
|
||||
#include <openssl/fipssyms.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user