summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-03-31 14:07:48 +0200
committerAndy Polyakov <appro@openssl.org>2013-03-31 14:07:48 +0200
commitd8f3ed23062539c4a6f7b4153633f921ce16a15f (patch)
treead2c8d404a4a5e3f4bd106a1f99ecaaedd65f6aa /crypto/des
parent4e049c52599d4a3fd918ba8570f49d88159e551b (diff)
des_enc.m4: add missing #include.
Submitted by: David Miller
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/asm/des_enc.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/des/asm/des_enc.m4 b/crypto/des/asm/des_enc.m4
index 5d323d02c5..546043b101 100644
--- a/crypto/des/asm/des_enc.m4
+++ b/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>
+
#ifdef OPENSSL_FIPSCANISTER
#include <openssl/fipssyms.h>
#endif