diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-02-16 15:40:06 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-02-16 15:40:06 +0100 |
commit | d749e1080a4ec0ae6af5edc4851379fbc2a5ebca (patch) | |
tree | 44e436481d60d2cdcfe54e141d554c5302ccc6c2 /crypto/des/ecb_enc.c | |
parent | Add pairwise consistency test to EC. (diff) | |
download | openssl-d749e1080a4ec0ae6af5edc4851379fbc2a5ebca.tar.xz openssl-d749e1080a4ec0ae6af5edc4851379fbc2a5ebca.zip |
Experimental symbol renaming to avoid clashes with regular OpenSSL.
Make sure crypto.h is included first in any affected files.
Diffstat (limited to 'crypto/des/ecb_enc.c')
-rw-r--r-- | crypto/des/ecb_enc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/des/ecb_enc.c b/crypto/des/ecb_enc.c index 0684e769b3..de4ede1a7b 100644 --- a/crypto/des/ecb_enc.c +++ b/crypto/des/ecb_enc.c @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#include <openssl/crypto.h> #include "des_locl.h" #include "des_ver.h" #include <openssl/opensslv.h> |