aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-10-25 08:44:10 +0000
committerBodo Möller <bodo@openssl.org>2001-10-25 08:44:10 +0000
commit2a9aca32dcef75d3fec25250c16f9828397fe07c (patch)
treecb5bd1fa406b71164accb53be9a634a15d86d367 /doc
parent89da653fa62598c29dc29b7e1741985f51172837 (diff)
downloadopenssl-2a9aca32dcef75d3fec25250c16f9828397fe07c.tar.gz
mention des_old.h
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/des.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/crypto/des.pod b/doc/crypto/des.pod
index 1cf48f65b9..b64bcecc18 100644
--- a/doc/crypto/des.pod
+++ b/doc/crypto/des.pod
@@ -348,7 +348,8 @@ crypt(3), L<des_modes(7)|des_modes(7)>, L<evp(3)|evp(3)>, L<rand(3)|rand(3)>
In OpenSSL 0.9.7, all des_ functions were renamed to DES_ to avoid
clashes with older versions of libdes. Compatibility des_ functions
-are provided for a short while, as well as crypt(). des_random_seed()
+are provided for a short while, as well as crypt().
+Declarations for these are in <openssl/des_old.h>. des_random_seed()
is were not kept as DES_ variants. This will happen to other functions
as well if they are deemed redundant (des_random_seed() just calls
RAND_seed() and is present for backward compatibility only), buggy or