Skip to content
Snippets Groups Projects
Commit ae8b47f0 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

SPARC assembler pack: fix FIPS linking errors.

parent 272ba870
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,10 @@
* }
*/
#ifdef OPENSSL_FIPSCANISTER
#include <openssl/fipssyms.h>
#endif
#if defined(__SUNPRO_C) && defined(__sparcv9)
/* They've said -xarch=v9 at command line */
.register %g2,#scratch
......
......@@ -46,6 +46,10 @@
.ident "des_enc.m4 2.1"
.file "des_enc-sparc.S"
#ifdef OPENSSL_FIPSCANISTER
#include <openssl/fipssyms.h>
#endif
#if defined(__SUNPRO_C) && defined(__sparcv9)
# define ABI64 /* They've said -xarch=v9 at command line */
#elif defined(__GNUC__) && defined(__arch64__)
......
#ifdef OPENSSL_FIPSCANISTER
#include <openssl/fipssyms.h>
#endif
#if defined(__SUNPRO_C) && defined(__sparcv9)
# define ABI64 /* They've said -xarch=v9 at command line */
#elif defined(__GNUC__) && defined(__arch64__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment