diff options
| author | miod <> | 2014-04-16 04:31:32 +0000 |
|---|---|---|
| committer | miod <> | 2014-04-16 04:31:32 +0000 |
| commit | 346d29bda3f3a19f49a5a207d4fa958aa9c8efd1 (patch) | |
| tree | 37ef6c765be623cfdd49dc95405a80e8273422ca /src/lib/libcrypto/des/des.h | |
| parent | 3a8377ac8e719f242d71baf69aaa4c4ca6afba86 (diff) | |
| download | openbsd-346d29bda3f3a19f49a5a207d4fa958aa9c8efd1.tar.gz openbsd-346d29bda3f3a19f49a5a207d4fa958aa9c8efd1.tar.bz2 openbsd-346d29bda3f3a19f49a5a207d4fa958aa9c8efd1.zip | |
Remove DES_read_password and DES_read_2passwords which are `modern' flavours
of des_old.h routines, acting as wrappers about the OpenSSL UI API.
Nothing should use these functions directly.
Riding the recent libcrypto major bump (in a `des' car).
Diffstat (limited to '')
| -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 |
