From 9baee7329cdb0d0774c7252f013e6521177ce83b Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Mon, 25 Oct 2021 15:13:53 +0000 Subject: Install SSL_read_early_data.3. I should have done this during the last libssl bump. --- lib/libssl/man/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/libssl/man') diff --git a/lib/libssl/man/Makefile b/lib/libssl/man/Makefile index c524a224930..a30ab141d77 100644 --- a/lib/libssl/man/Makefile +++ b/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.74 2021/10/23 11:41:52 beck Exp $ +# $OpenBSD: Makefile,v 1.75 2021/10/25 15:13:52 tb Exp $ .include @@ -103,6 +103,7 @@ MAN = BIO_f_ssl.3 \ SSL_num_renegotiations.3 \ SSL_pending.3 \ SSL_read.3 \ + SSL_read_early_data.3 \ SSL_renegotiate.3 \ SSL_rstate_string.3 \ SSL_session_reused.3 \ @@ -125,9 +126,6 @@ MAN = BIO_f_ssl.3 \ d2i_SSL_SESSION.3 \ ssl.3 -# To be enabled after the release of OpenBSD 6.8: -# SSL_read_early_data.3 \ - all clean cleandir depend includes obj tags: install: maninstall -- cgit v1.2.3