From 6f1776e9e768206fe7b77ded2ec6edf861b127cb Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 28 Nov 2016 21:05:21 +0000 Subject: The OpenSSL file doc/man3/PEM_read_CMS.pod contains parts belonging to libcrypto and parts belonging to libssl. Extract the parts relevant for our libssl and import them with some tweaks. --- 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 f02d3da424..320177169e 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.37 2016/11/21 13:52:28 schwarze Exp $ +# $OpenBSD: Makefile,v 1.38 2016/11/28 21:05:21 schwarze Exp $ .include MAN = BIO_f_ssl.3 \ DTLSv1_listen.3 \ + PEM_read_SSL_SESSION.3 \ SSL_CIPHER_get_name.3 \ SSL_COMP_add_compression_method.3 \ SSL_CTX_add_extra_chain_cert.3 \ -- cgit v1.2.3-55-g6feb