diff options
Diffstat (limited to 'openssl/crypto/des/asm/des_enc.m4')
-rw-r--r-- | openssl/crypto/des/asm/des_enc.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/crypto/des/asm/des_enc.m4 b/openssl/crypto/des/asm/des_enc.m4 index 328059547..dda08e126 100644 --- a/openssl/crypto/des/asm/des_enc.m4 +++ b/openssl/crypto/des/asm/des_enc.m4 @@ -46,6 +46,8 @@ .ident "des_enc.m4 2.1" .file "des_enc-sparc.S" +#include <openssl/opensslconf.h> + #if defined(__SUNPRO_C) && defined(__sparcv9) # define ABI64 /* They've said -xarch=v9 at command line */ #elif defined(__GNUC__) && defined(__arch64__) |