diff options
| author | tedu <> | 2014-04-15 20:50:02 +0000 |
|---|---|---|
| committer | tedu <> | 2014-04-15 20:50:02 +0000 |
| commit | 09552bf1fbf0338e2b2126fc1eb47159f02fd9f1 (patch) | |
| tree | 980d9017a4c62e4e407ee48e40646163a9799c98 /src/lib/libcrypto/des/Makefile | |
| parent | 7c7e8a2dd9afdce78dc10a2b9a974c981d52e9b0 (diff) | |
| download | openbsd-09552bf1fbf0338e2b2126fc1eb47159f02fd9f1.tar.gz openbsd-09552bf1fbf0338e2b2126fc1eb47159f02fd9f1.tar.bz2 openbsd-09552bf1fbf0338e2b2126fc1eb47159f02fd9f1.zip | |
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.
Diffstat (limited to 'src/lib/libcrypto/des/Makefile')
| -rw-r--r-- | src/lib/libcrypto/des/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/des/Makefile b/src/lib/libcrypto/des/Makefile index 9f54c243b4..50366fb40e 100644 --- a/src/lib/libcrypto/des/Makefile +++ b/src/lib/libcrypto/des/Makefile | |||
| @@ -28,7 +28,7 @@ LIBSRC= cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c \ | |||
| 28 | qud_cksm.c rand_key.c rpc_enc.c set_key.c \ | 28 | qud_cksm.c rand_key.c rpc_enc.c set_key.c \ |
| 29 | des_enc.c fcrypt_b.c \ | 29 | des_enc.c fcrypt_b.c \ |
| 30 | xcbc_enc.c \ | 30 | xcbc_enc.c \ |
| 31 | str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c des_old.c des_old2.c \ | 31 | str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c \ |
| 32 | read2pwd.c | 32 | read2pwd.c |
| 33 | 33 | ||
| 34 | LIBOBJ= set_key.o ecb_enc.o cbc_enc.o \ | 34 | LIBOBJ= set_key.o ecb_enc.o cbc_enc.o \ |
| @@ -37,11 +37,11 @@ LIBOBJ= set_key.o ecb_enc.o cbc_enc.o \ | |||
| 37 | ofb_enc.o str2key.o pcbc_enc.o qud_cksm.o rand_key.o \ | 37 | ofb_enc.o str2key.o pcbc_enc.o qud_cksm.o rand_key.o \ |
| 38 | ${DES_ENC} \ | 38 | ${DES_ENC} \ |
| 39 | fcrypt.o xcbc_enc.o rpc_enc.o cbc_cksm.o \ | 39 | fcrypt.o xcbc_enc.o rpc_enc.o cbc_cksm.o \ |
| 40 | ede_cbcm_enc.o des_old.o des_old2.o read2pwd.o | 40 | ede_cbcm_enc.o read2pwd.o |
| 41 | 41 | ||
| 42 | SRC= $(LIBSRC) | 42 | SRC= $(LIBSRC) |
| 43 | 43 | ||
| 44 | EXHEADER= des.h des_old.h | 44 | EXHEADER= des.h |
| 45 | HEADER= des_locl.h rpc_des.h spr.h des_ver.h $(EXHEADER) | 45 | HEADER= des_locl.h rpc_des.h spr.h des_ver.h $(EXHEADER) |
| 46 | 46 | ||
| 47 | ALL= $(GENERAL) $(SRC) $(HEADER) | 47 | ALL= $(GENERAL) $(SRC) $(HEADER) |
