From 64e007ee8459c9af20e24448952d02524a208c86 Mon Sep 17 00:00:00 2001 From: miod <> Date: Wed, 16 Apr 2014 04:31:32 +0000 Subject: [PATCH] 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). --- src/lib/libcrypto/crypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 1e95a602..4bc42e35 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2014/04/16 03:24:53 beck Exp $ +# $OpenBSD: Makefile,v 1.15 2014/04/16 04:31:32 miod Exp $ LIB= crypto @@ -112,7 +112,6 @@ SRCS+= ecb3_enc.c ecb_enc.c enc_read.c enc_writ.c SRCS+= fcrypt.c ofb64enc.c ofb_enc.c pcbc_enc.c SRCS+= qud_cksm.c rand_key.c rpc_enc.c set_key.c xcbc_enc.c SRCS+= str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c -SRCS+= read2pwd.c # dh/ SRCS+= dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c