summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto
diff options
context:
space:
mode:
authormiod <>2014-07-08 16:07:37 +0000
committermiod <>2014-07-08 16:07:37 +0000
commitaf8338d595a389c88f2f13ce7143cb6d317fabb8 (patch)
treeebb8e5d2a9007ee57f76d37250abc39f6442d22a /src/lib/libcrypto/crypto
parent90d37d3c78a6848be337bcc7eaaaad0764c52d80 (diff)
downloadopenbsd-af8338d595a389c88f2f13ce7143cb6d317fabb8.tar.gz
openbsd-af8338d595a389c88f2f13ce7143cb6d317fabb8.tar.bz2
openbsd-af8338d595a389c88f2f13ce7143cb6d317fabb8.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/Makefile4
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
3LIB= crypto 3LIB= crypto
4 4
@@ -99,7 +99,7 @@ SRCS+= conf_mall.c conf_sap.c
99SRCS+= cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c 99SRCS+= cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c
100SRCS+= ecb3_enc.c ecb_enc.c enc_read.c enc_writ.c 100SRCS+= ecb3_enc.c ecb_enc.c enc_read.c enc_writ.c
101SRCS+= fcrypt.c ofb64enc.c ofb_enc.c pcbc_enc.c 101SRCS+= fcrypt.c ofb64enc.c ofb_enc.c pcbc_enc.c
102SRCS+= qud_cksm.c rand_key.c rpc_enc.c set_key.c xcbc_enc.c 102SRCS+= qud_cksm.c rand_key.c set_key.c xcbc_enc.c
103SRCS+= str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c 103SRCS+= str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c
104 104
105# dh/ 105# dh/