summaryrefslogtreecommitdiff
path: root/apps/version.c
diff options
context:
space:
mode:
authorlevitte <levitte>2001-10-24 21:20:11 +0000
committerlevitte <levitte>2001-10-24 21:20:11 +0000
commitbdd9f736020f7acb83e53b24c05069d2a48bfbad (patch)
tree4d687095aec8e52093c12de5d6e08dc370a4d1a0 /apps/version.c
parentba5e80732b9312ede9cccd9683bc9788356f7661 (diff)
downloadopenssl-bdd9f736020f7acb83e53b24c05069d2a48bfbad.tar.gz
Due to an increasing number of clashes between modern OpenSSL and
libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
Diffstat (limited to 'apps/version.c')
-rw-r--r--apps/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/version.c b/apps/version.c
index 8956b7da9..656b96278 100644
--- a/apps/version.c
+++ b/apps/version.c
@@ -117,7 +117,7 @@
#include <openssl/crypto.h>
#include <openssl/md2.h>
#include <openssl/rc4.h>
-#include <openssl/des.h>
+#include <openssl/des_old.h>
#include <openssl/idea.h>
#include <openssl/blowfish.h>