summaryrefslogtreecommitdiffstats
path: root/crypto/des/ecb_enc.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-01 19:30:58 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-01 19:30:58 +0000
commit44c09667ffb6c71f3a3173cc27fa44eb7e428baa (patch)
tree41a43b2a5f8865d54566e29fa37bbd8a30ed054c /crypto/des/ecb_enc.c
parentda9b97246695c370702d15be2b3778427cf57082 (diff)
Avoid yet another name clash with libdes, and make the declaration consistent
with the definition.
Diffstat (limited to 'crypto/des/ecb_enc.c')
-rw-r--r--crypto/des/ecb_enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/des/ecb_enc.c b/crypto/des/ecb_enc.c
index 4650f2fa0f..1b70f68806 100644
--- a/crypto/des/ecb_enc.c
+++ b/crypto/des/ecb_enc.c
@@ -57,6 +57,7 @@
*/
#include "des_locl.h"
+#include "des_ver.h"
#include "spr.h"
#include <openssl/opensslv.h>