diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-10-25 15:13:53 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-10-25 15:13:53 +0000 |
commit | 9baee7329cdb0d0774c7252f013e6521177ce83b (patch) | |
tree | 805636be32aa72fc8290098af0e7d82328d97795 /lib/libssl | |
parent | aef70a3d861ef950db691560403cdb6754c0f139 (diff) |
Install SSL_read_early_data.3. I should have done this during the last
libssl bump.
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/man/Makefile | 6 |
1 files 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 <bsd.own.mk> @@ -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 |