From 410aaa2dbdba4c45f733b0f11bd42bd57aacf72c Mon Sep 17 00:00:00 2001 From: tedu <> Date: Tue, 15 Apr 2014 20:50:02 +0000 Subject: 12 years ago, old_des.h was used to provide compatibility with libdes. The man page says "Compatibility des_ functions are provided for a short while" and indeed even the original commit message says "The compatibility functions will be removed in some future release, at the latest in version 1.0." So here we are, a short while later. Now I've only been an OpenBSD developer for 11 years, one year less than this header has existed, but in that brief time, I've learned a thing or two about deleting obsolete code. It doesn't delete itself. And worse, people will continue using it until you force them onto a better path. --- src/lib/libcrypto/crypto/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/crypto') diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 8139cade49..97bb90b96d 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2014/04/15 20:19:55 miod Exp $ +# $OpenBSD: Makefile,v 1.12 2014/04/15 20:49:00 tedu Exp $ LIB= crypto @@ -111,7 +111,7 @@ SRCS+= cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c 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 des_old.c des_old2.c +SRCS+= str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c SRCS+= read2pwd.c # dh/ @@ -365,7 +365,6 @@ HDRS=\ crypto/conf/conf_api.h \ crypto/crypto.h \ crypto/des/des.h \ - crypto/des/des_old.h \ crypto/dh/dh.h \ crypto/dsa/dsa.h \ crypto/dso/dso.h \ -- cgit v1.2.3-55-g6feb