aboutsummaryrefslogtreecommitdiff
path: root/crypto/des/ncbc_enc.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-16 17:25:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-16 17:25:01 +0000
commita3654f058690bbb3d986d1a063b6c3742fd30af5 (patch)
treed14d8687e191e2ccedd8264c646808183de37afa /crypto/des/ncbc_enc.c
parent017bc57bf9734777d7cc0b847a55b0d762b5a149 (diff)
downloadopenssl-a3654f058690bbb3d986d1a063b6c3742fd30af5.zip
openssl-a3654f058690bbb3d986d1a063b6c3742fd30af5.tar.gz
openssl-a3654f058690bbb3d986d1a063b6c3742fd30af5.tar.bz2
Include openssl/crypto.h first in several other files so FIPS renaming
is picked up.
Diffstat (limited to 'crypto/des/ncbc_enc.c')
-rw-r--r--crypto/des/ncbc_enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/des/ncbc_enc.c b/crypto/des/ncbc_enc.c
index fda23d5..dc3dff1 100644
--- a/crypto/des/ncbc_enc.c
+++ b/crypto/des/ncbc_enc.c
@@ -61,6 +61,7 @@
* [including the GNU Public Licence.]
*/
+#include <openssl/crypto.h>
#include "des_locl.h"
#ifdef CBC_ENC_C__DONT_UPDATE_IV