summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-01-07 15:16:23 +0000
committerMatt Caswell <matt@openssl.org>2019-01-08 16:26:47 +0000
commit87d06aed64395afcd9ee4e7c699950dd57278259 (patch)
tree6c74822f821753e099a0f0d456d220fc73333dba /crypto/des
parent760e2d60e62511a6fb96f547f6730d05eb5f47ec (diff)
Fix compilation on sparc
Fixes #7966 Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7997)
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/asm/des_enc.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/des/asm/des_enc.m4 b/crypto/des/asm/des_enc.m4
index 92b9678dad..9a17fac643 100644
--- a/crypto/des/asm/des_enc.m4
+++ b/crypto/des/asm/des_enc.m4
@@ -29,8 +29,6 @@
.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__)