summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2017-08-28 17:41:59 +0000
committerjsing <>2017-08-28 17:41:59 +0000
commit437b7aac4231ead6a94ceec52527723a4251d08f (patch)
treee8ae027147094ed282883c2e3f0c3fa11dca43e3 /src/lib/libcrypto/Makefile
parent5733d30e24c718396f0cb7a581715068ef000d42 (diff)
downloadopenbsd-437b7aac4231ead6a94ceec52527723a4251d08f.tar.gz
openbsd-437b7aac4231ead6a94ceec52527723a4251d08f.tar.bz2
openbsd-437b7aac4231ead6a94ceec52527723a4251d08f.zip
Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and related
code. We removed SSLv2/SSLv3 a long time ago... Discussed with doug@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 7ad76c881a..5432bab176 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.22 2017/08/20 17:53:12 espie Exp $ 1# $OpenBSD: Makefile,v 1.23 2017/08/28 17:41:59 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -225,7 +225,7 @@ SRCS+= rmd_dgst.c rmd_one.c
225 225
226# rsa/ 226# rsa/
227SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c 227SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c
228SRCS+= rsa_pk1.c rsa_ssl.c rsa_none.c rsa_oaep.c rsa_chk.c 228SRCS+= rsa_pk1.c rsa_none.c rsa_oaep.c rsa_chk.c
229SRCS+= rsa_pss.c rsa_x931.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c 229SRCS+= rsa_pss.c rsa_x931.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c
230SRCS+= rsa_pmeth.c rsa_crpt.c 230SRCS+= rsa_pmeth.c rsa_crpt.c
231 231