summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
authortb <>2024-07-13 18:33:18 +0000
committertb <>2024-07-13 18:33:18 +0000
commitf5b8bec4f31efdcdb08519f0081a8e1c0ad0fa7a (patch)
tree4966c0a9f0261466ab6055016c251996494e5cef /src/lib/libssl/Makefile
parent530bb0053c81388179678167d41cf2ecca7a6ce7 (diff)
downloadopenbsd-f5b8bec4f31efdcdb08519f0081a8e1c0ad0fa7a.tar.gz
openbsd-f5b8bec4f31efdcdb08519f0081a8e1c0ad0fa7a.tar.bz2
openbsd-f5b8bec4f31efdcdb08519f0081a8e1c0ad0fa7a.zip
ssl2.h and ssl23.h join the party in the attic
Now that the SSL2 client hello support is gone, nothing uses this anymore, except that a few ports still need SSL2_VERSION. ok beck
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r--src/lib/libssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile
index 7d3b221db9..1100b99ce2 100644
--- a/src/lib/libssl/Makefile
+++ b/src/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.83 2024/07/09 09:39:14 beck Exp $ 1# $OpenBSD: Makefile,v 1.84 2024/07/13 18:33:18 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.ifndef NOMAN 4.ifndef NOMAN
@@ -89,7 +89,7 @@ SRCS= \
89 tls_key_share.c \ 89 tls_key_share.c \
90 tls_lib.c 90 tls_lib.c
91 91
92HDRS= dtls1.h srtp.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h 92HDRS= dtls1.h srtp.h ssl.h ssl3.h tls1.h
93 93
94.PATH: ${.CURDIR} 94.PATH: ${.CURDIR}
95 95