提交 1d512155 编写于 作者: D Dr. Stephen Henson

Make sure OPENSSL_FIPSCANISTER is visible to ARM assembly language files.

上级 057037e7
...@@ -1518,6 +1518,7 @@ if ($fips) ...@@ -1518,6 +1518,7 @@ if ($fips)
if ($fipscanisterinternal eq "y") if ($fipscanisterinternal eq "y")
{ {
$openssl_other_defines.="#define OPENSSL_FIPSCANISTER\n"; $openssl_other_defines.="#define OPENSSL_FIPSCANISTER\n";
$cflags = "-DOPENSSL_FIPSCANISTER $cflags";
} }
} }
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
# endif # endif
# endif # endif
#ifdef OPENSSL_FIPSCANISTERBUILD #ifdef OPENSSL_FIPSCANISTER
#include <openssl/fipssyms.h> #include <openssl/fipssyms.h>
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册