summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libssl/man/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile
index c524a22493..a30ab141d7 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.74 2021/10/23 11:41:52 beck Exp $ 1# $OpenBSD: Makefile,v 1.75 2021/10/25 15:13:52 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -103,6 +103,7 @@ MAN = BIO_f_ssl.3 \
103 SSL_num_renegotiations.3 \ 103 SSL_num_renegotiations.3 \
104 SSL_pending.3 \ 104 SSL_pending.3 \
105 SSL_read.3 \ 105 SSL_read.3 \
106 SSL_read_early_data.3 \
106 SSL_renegotiate.3 \ 107 SSL_renegotiate.3 \
107 SSL_rstate_string.3 \ 108 SSL_rstate_string.3 \
108 SSL_session_reused.3 \ 109 SSL_session_reused.3 \
@@ -125,9 +126,6 @@ MAN = BIO_f_ssl.3 \
125 d2i_SSL_SESSION.3 \ 126 d2i_SSL_SESSION.3 \
126 ssl.3 127 ssl.3
127 128
128# To be enabled after the release of OpenBSD 6.8:
129# SSL_read_early_data.3 \
130
131all clean cleandir depend includes obj tags: 129all clean cleandir depend includes obj tags:
132 130
133install: maninstall 131install: maninstall