aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/des.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-05-13 00:33:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-05-13 00:33:55 +0000
commitd70e5100c0509b7af465f657073b8c4ae9f603f3 (patch)
tree3f83b382a8b8d47fcdb58598b300e7553470eb72 /crypto/des/des.h
parent4831e626aa69d24399d0a65b9e7512a6e21b6b2a (diff)
downloadopenssl-d70e5100c0509b7af465f657073b8c4ae9f603f3.tar.gz
#if 0 out deleted (?) functions to stop Win32 DLL
build falling over.
Diffstat (limited to 'crypto/des/des.h')
-rw-r--r--crypto/des/des.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/des/des.h b/crypto/des/des.h
index 96222c30be..77c7505565 100644
--- a/crypto/des/des.h
+++ b/crypto/des/des.h
@@ -210,7 +210,9 @@ int des_random_key(des_cblock *ret);
int des_read_password(des_cblock *key,const char *prompt,int verify);
int des_read_2passwords(des_cblock *key1,des_cblock *key2,
const char *prompt,int verify);
+#if 0
int des_read_pw_string(char *buf,int length,const char *prompt,int verify);
+#endif
void des_set_odd_parity(des_cblock *key);
int des_check_key_parity(const_des_cblock *key);
int des_is_weak_key(const_des_cblock *key);
@@ -228,8 +230,9 @@ void des_cfb64_encrypt(const unsigned char *in,unsigned char *out,long length,
int enc);
void des_ofb64_encrypt(const unsigned char *in,unsigned char *out,long length,
des_key_schedule schedule,des_cblock *ivec,int *num);
+#if 0
int des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
-
+#endif
/* The following definitions provide compatibility with the MIT Kerberos
* library. The des_key_schedule structure is not binary compatible. */