From dfcd8a8d076839996503a7743601fd0ee686a0d0 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 13 Jul 2024 18:33:18 +0000 Subject: 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 --- src/lib/libssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.83 2024/07/09 09:39:14 beck Exp $ +# $OpenBSD: Makefile,v 1.84 2024/07/13 18:33:18 tb Exp $ .include .ifndef NOMAN @@ -89,7 +89,7 @@ SRCS= \ tls_key_share.c \ tls_lib.c -HDRS= dtls1.h srtp.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h +HDRS= dtls1.h srtp.h ssl.h ssl3.h tls1.h .PATH: ${.CURDIR} -- cgit v1.2.3-55-g6feb