From d0260bb9557f0da4a44fbb478729afe3aa5d4a4f Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Tue, 6 Dec 2016 23:45:34 +0000 Subject: An SSL_SESSION_print(3) manual written from scratch. It's clearly a public interface since it's listed both in ssl(3) and in . Nothing to pilfer from OpenSSL in this case... --- 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 a07231f19f..8e058f005c 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2016/12/06 18:40:31 schwarze Exp $ +# $OpenBSD: Makefile,v 1.46 2016/12/06 23:45:34 schwarze Exp $ .include @@ -49,6 +49,7 @@ MAN = BIO_f_ssl.3 \ SSL_SESSION_get_ex_new_index.3 \ SSL_SESSION_get_time.3 \ SSL_SESSION_new.3 \ + SSL_SESSION_print.3 \ SSL_accept.3 \ SSL_alert_type_string.3 \ SSL_clear.3 \ -- cgit v1.2.3-55-g6feb