diff options
| author | tb <> | 2024-07-13 18:33:18 +0000 |
|---|---|---|
| committer | tb <> | 2024-07-13 18:33:18 +0000 |
| commit | dfcd8a8d076839996503a7743601fd0ee686a0d0 (patch) | |
| tree | 4966c0a9f0261466ab6055016c251996494e5cef /src/lib/libssl/Makefile | |
| parent | 887938c431474ff916a38fb6794af1148ce9393b (diff) | |
| download | openbsd-dfcd8a8d076839996503a7743601fd0ee686a0d0.tar.gz openbsd-dfcd8a8d076839996503a7743601fd0ee686a0d0.tar.bz2 openbsd-dfcd8a8d076839996503a7743601fd0ee686a0d0.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/Makefile | 4 |
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 | ||
| 92 | HDRS= dtls1.h srtp.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h | 92 | HDRS= dtls1.h srtp.h ssl.h ssl3.h tls1.h |
| 93 | 93 | ||
| 94 | .PATH: ${.CURDIR} | 94 | .PATH: ${.CURDIR} |
| 95 | 95 | ||
