From 5611e21490570f9c53fc4acb6d2d69a4c62b47cf Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 25 Oct 2021 15:13:52 +0000 Subject: Install SSL_read_early_data.3. I should have done this during the last libssl bump. --- src/lib/libssl/man/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/lib') 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 @@ -# $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-55-g6feb