From c2e4f17c1a0d4d5115c6ede9492de1615fe392ac Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 24 Oct 2001 21:21:12 +0000 Subject: 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. --- apps/passwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/passwd.c') diff --git a/apps/passwd.c b/apps/passwd.c index bb395c35a1..d3fa228bdb 100644 --- a/apps/passwd.c +++ b/apps/passwd.c @@ -16,7 +16,7 @@ #include #include #ifndef OPENSSL_NO_DES -# include +# include #endif #ifndef NO_MD5CRYPT_1 # include -- cgit v1.2.3