summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-07-18 14:07:50 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-07-18 14:07:50 +0000
commit5180f57c65ac0ccf4a466fc5e670b76c883e8fa2 (patch)
tree090cd17dfd1e553ff13b52c60f3a742c8adfaa6b /crypto/des
parent63fe4ee14cc631d82bfb982ce5154086eb89ea87 (diff)
reinclude crypto.h: this is needed in HEAD only to get the __fips_constseg definition
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/des_enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/des/des_enc.c b/crypto/des/des_enc.c
index 828feba208..efe35aa3c5 100644
--- a/crypto/des/des_enc.c
+++ b/crypto/des/des_enc.c
@@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
+#include <openssl/crypto.h>
#include "des_locl.h"
#include "spr.h"