From 4b27df2e108921177d89cbca36df399bbddc28cf Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 25 Oct 2021 15:13:52 +0000 Subject: [PATCH] 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(-) 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 -- 2.20.1