diff options
| author | miod <> | 2014-07-08 16:07:37 +0000 |
|---|---|---|
| committer | miod <> | 2014-07-08 16:07:37 +0000 |
| commit | 7fe3a8bc98ac25e33c1da163ac4e6f5dc7603a30 (patch) | |
| tree | ebb8e5d2a9007ee57f76d37250abc39f6442d22a /src/lib/libcrypto/crypto | |
| parent | 9d1cf546c7485cf5987326b5dc1c766630087f97 (diff) | |
| download | openbsd-7fe3a8bc98ac25e33c1da163ac4e6f5dc7603a30.tar.gz openbsd-7fe3a8bc98ac25e33c1da163ac4e6f5dc7603a30.tar.bz2 openbsd-7fe3a8bc98ac25e33c1da163ac4e6f5dc7603a30.zip | |
Remove undocumented _des_crypt() interface and its companion header file,
which had never been installed, so it's unlikely something ever used this
in the last 15~20 years.
ok deraadt@ jsing@ beck@
Diffstat (limited to 'src/lib/libcrypto/crypto')
| -rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 514c563c13..a39cb36fb4 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.41 2014/06/24 19:31:50 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.42 2014/07/08 16:07:37 miod Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -99,7 +99,7 @@ SRCS+= conf_mall.c conf_sap.c | |||
| 99 | SRCS+= cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c | 99 | SRCS+= cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c |
| 100 | SRCS+= ecb3_enc.c ecb_enc.c enc_read.c enc_writ.c | 100 | SRCS+= ecb3_enc.c ecb_enc.c enc_read.c enc_writ.c |
| 101 | SRCS+= fcrypt.c ofb64enc.c ofb_enc.c pcbc_enc.c | 101 | SRCS+= fcrypt.c ofb64enc.c ofb_enc.c pcbc_enc.c |
| 102 | SRCS+= qud_cksm.c rand_key.c rpc_enc.c set_key.c xcbc_enc.c | 102 | SRCS+= qud_cksm.c rand_key.c set_key.c xcbc_enc.c |
| 103 | SRCS+= str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c | 103 | SRCS+= str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c |
| 104 | 104 | ||
| 105 | # dh/ | 105 | # dh/ |
