aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/des.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-10-25 06:46:22 +0000
committerRichard Levitte <levitte@openssl.org>2001-10-25 06:46:22 +0000
commitce15d5a9dc663399ee2cfdb27d33b27faeba2a52 (patch)
tree31922ece1711ca17dc3278112d11b9ce966ce8a6 /crypto/des/des.h
parentba1c602281ebe05087b8441b51cf9cf63c066a8c (diff)
downloadopenssl-ce15d5a9dc663399ee2cfdb27d33b27faeba2a52.tar.gz
Remove DES_random_seed() but retain des_random_seed() for now. Change
the docs to reflect this change and correct libeay.num.
Diffstat (limited to 'crypto/des/des.h')
-rw-r--r--crypto/des/des.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/des/des.h b/crypto/des/des.h
index 68fd355c79..cc95af823b 100644
--- a/crypto/des/des.h
+++ b/crypto/des/des.h
@@ -198,7 +198,6 @@ void DES_pcbc_encrypt(const unsigned char *input,unsigned char *output,
int enc);
DES_LONG DES_quad_cksum(const unsigned char *input,DES_cblock output[],
long length,int out_count,DES_cblock *seed);
-void DES_random_seed(DES_cblock *key);
int DES_random_key(DES_cblock *ret);
void DES_set_odd_parity(DES_cblock *key);
int DES_check_key_parity(const_DES_cblock *key);