提交 ae8b47f0 编写于 作者: A Andy Polyakov

SPARC assembler pack: fix FIPS linking errors.

上级 272ba870
...@@ -144,6 +144,10 @@ ...@@ -144,6 +144,10 @@
* } * }
*/ */
#ifdef OPENSSL_FIPSCANISTER
#include <openssl/fipssyms.h>
#endif
#if defined(__SUNPRO_C) && defined(__sparcv9) #if defined(__SUNPRO_C) && defined(__sparcv9)
/* They've said -xarch=v9 at command line */ /* They've said -xarch=v9 at command line */
.register %g2,#scratch .register %g2,#scratch
......
...@@ -46,6 +46,10 @@ ...@@ -46,6 +46,10 @@
.ident "des_enc.m4 2.1" .ident "des_enc.m4 2.1"
.file "des_enc-sparc.S" .file "des_enc-sparc.S"
#ifdef OPENSSL_FIPSCANISTER
#include <openssl/fipssyms.h>
#endif
#if defined(__SUNPRO_C) && defined(__sparcv9) #if defined(__SUNPRO_C) && defined(__sparcv9)
# define ABI64 /* They've said -xarch=v9 at command line */ # define ABI64 /* They've said -xarch=v9 at command line */
#elif defined(__GNUC__) && defined(__arch64__) #elif defined(__GNUC__) && defined(__arch64__)
......
#ifdef OPENSSL_FIPSCANISTER
#include <openssl/fipssyms.h>
#endif
#if defined(__SUNPRO_C) && defined(__sparcv9) #if defined(__SUNPRO_C) && defined(__sparcv9)
# define ABI64 /* They've said -xarch=v9 at command line */ # define ABI64 /* They've said -xarch=v9 at command line */
#elif defined(__GNUC__) && defined(__arch64__) #elif defined(__GNUC__) && defined(__arch64__)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册