Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/openssl/crypto/des des_cblock_print_file() does ...



details:   https://anonhg.NetBSD.org/src/rev/9039a8da567d
branches:  trunk
changeset: 508413:9039a8da567d
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Apr 11 10:13:28 2001 +0000

description:
des_cblock_print_file() does not really exist.

diffstat:

 crypto/dist/openssl/crypto/des/des.h |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r 4b4b1d6f2a7a -r 9039a8da567d crypto/dist/openssl/crypto/des/des.h
--- a/crypto/dist/openssl/crypto/des/des.h      Wed Apr 11 09:41:37 2001 +0000
+++ b/crypto/dist/openssl/crypto/des/des.h      Wed Apr 11 10:13:28 2001 +0000
@@ -225,9 +225,6 @@
                       des_key_schedule schedule,des_cblock *ivec,int *num);
 int des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
 
-/* Extra functions from Mark Murray <mark%grondar.za@localhost> */
-void des_cblock_print_file(const_des_cblock *cb, FILE *fp);
-
 /* The following functions are not in the normal unix build or the
  * SSLeay build.  When using the SSLeay build, use RAND_seed()
  * and RAND_bytes() instead. */



Home | Main Index | Thread Index | Old Index