diff options
Diffstat (limited to 'src/lib/libcrypto/des/des.h')
-rw-r--r-- | src/lib/libcrypto/des/des.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/des/des.h b/src/lib/libcrypto/des/des.h index c06b706e9c..122fc1403c 100644 --- a/src/lib/libcrypto/des/des.h +++ b/src/lib/libcrypto/des/des.h | |||
@@ -222,10 +222,6 @@ void DES_cfb64_encrypt(const unsigned char *in,unsigned char *out,long length, | |||
222 | void DES_ofb64_encrypt(const unsigned char *in,unsigned char *out,long length, | 222 | void DES_ofb64_encrypt(const unsigned char *in,unsigned char *out,long length, |
223 | DES_key_schedule *schedule,DES_cblock *ivec,int *num); | 223 | DES_key_schedule *schedule,DES_cblock *ivec,int *num); |
224 | 224 | ||
225 | int DES_read_password(DES_cblock *key, const char *prompt, int verify); | ||
226 | int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt, | ||
227 | int verify); | ||
228 | |||
229 | #define DES_fixup_key_parity DES_set_odd_parity | 225 | #define DES_fixup_key_parity DES_set_odd_parity |
230 | 226 | ||
231 | #ifdef __cplusplus | 227 | #ifdef __cplusplus |