Browse Source

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.
OPENBSD_5_6
tedu 10 years ago
parent
commit
b37f8ae7d5
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/lib/libcrypto/crypto/Makefile

+ 2
- 3
src/lib/libcrypto/crypto/Makefile View File

@ -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 \


Loading…
Cancel
Save