diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-13 18:33:19 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-13 18:33:19 +0000 |
commit | 5dd711b4280855c7a3754f39274e522af3fb5361 (patch) | |
tree | ddb40c6678279b16d17007bcf2ca95398f8b6c61 /lib/libssl/Makefile | |
parent | ad3a241e4fcb9b37d2c6aff465ee9217107912cf (diff) |
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 'lib/libssl/Makefile')
-rw-r--r-- | lib/libssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile index 7d3b221db9a..1100b99ce28 100644 --- a/lib/libssl/Makefile +++ b/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 <bsd.own.mk> .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} |