diff options
author | miod <> | 2014-04-16 04:31:32 +0000 |
---|---|---|
committer | miod <> | 2014-04-16 04:31:32 +0000 |
commit | ee3114a29a78969f6101144226487c5e6a646188 (patch) | |
tree | 37ef6c765be623cfdd49dc95405a80e8273422ca /src/lib/libcrypto/crypto | |
parent | 5ebad8aceae77c6da6a1e47c3f7e70e8ffae3dae (diff) | |
download | openbsd-ee3114a29a78969f6101144226487c5e6a646188.tar.gz openbsd-ee3114a29a78969f6101144226487c5e6a646188.tar.bz2 openbsd-ee3114a29a78969f6101144226487c5e6a646188.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 'src/lib/libcrypto/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 1e95a60209..4bc42e35b9 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.14 2014/04/16 03:24:53 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.15 2014/04/16 04:31:32 miod Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -112,7 +112,6 @@ SRCS+= ecb3_enc.c ecb_enc.c enc_read.c enc_writ.c | |||
112 | SRCS+= fcrypt.c ofb64enc.c ofb_enc.c pcbc_enc.c | 112 | SRCS+= fcrypt.c ofb64enc.c ofb_enc.c pcbc_enc.c |
113 | SRCS+= qud_cksm.c rand_key.c rpc_enc.c set_key.c xcbc_enc.c | 113 | SRCS+= qud_cksm.c rand_key.c rpc_enc.c set_key.c xcbc_enc.c |
114 | SRCS+= str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c | 114 | SRCS+= str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c |
115 | SRCS+= read2pwd.c | ||
116 | 115 | ||
117 | # dh/ | 116 | # dh/ |
118 | SRCS+= dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c | 117 | SRCS+= dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c |