summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2021-10-25 15:13:52 +0000
committertb <>2021-10-25 15:13:52 +0000
commit5611e21490570f9c53fc4acb6d2d69a4c62b47cf (patch)
tree5c74346db16967ba09a21f5202c6c1db1719fe0d /src
parent6fb74f46dc2548b3198c11ea793f53687a318a8d (diff)
downloadopenbsd-5611e21490570f9c53fc4acb6d2d69a4c62b47cf.tar.gz
openbsd-5611e21490570f9c53fc4acb6d2d69a4c62b47cf.tar.bz2
openbsd-5611e21490570f9c53fc4acb6d2d69a4c62b47cf.zip
Install SSL_read_early_data.3. I should have done this during the last
libssl bump.
Diffstat (limited to 'src')
-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