From 2f03be913172115669ca3d36b9d1a86d971dac12 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Wed, 7 Dec 2016 18:09:31 +0000 Subject: Write SSL_copy_session_id(3) manual from scratch. This function is listed in ssl(3) and , so it's clearly a public interface. We might wish to merge the improved code from OpenSSL 1.1.0, but that's major bump, so i'm documenting the BUGS for now. --- src/lib/libssl/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl/man/Makefile') diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile index 5fe28e4dc6..f6e38e2e14 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.48 2016/12/07 17:09:07 schwarze Exp $ +# $OpenBSD: Makefile,v 1.49 2016/12/07 18:09:31 schwarze Exp $ .include @@ -54,6 +54,7 @@ MAN = BIO_f_ssl.3 \ SSL_alert_type_string.3 \ SSL_clear.3 \ SSL_connect.3 \ + SSL_copy_session_id.3 \ SSL_do_handshake.3 \ SSL_dup.3 \ SSL_dup_CA_list.3 \ -- cgit v1.2.3-55-g6feb