From 3897abf3f7fbae4cfd94912a4a3ccdcbbfe8470a Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 24 May 2020 12:37:30 +0000 Subject: Minimally document PKCS7_dataInit(3). No comment when shown around among LibreSSL devs except "very very strange function" from beck@ and "cannot say much about it" from tb@. If needed, this can be further polished in the tree, review is still welcome. --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 1394012e9c..5468ba9869 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.162 2020/05/20 11:40:26 schwarze Exp $ +# $OpenBSD: Makefile,v 1.163 2020/05/24 12:37:30 schwarze Exp $ .include @@ -214,6 +214,7 @@ MAN= \ PKCS12_parse.3 \ PKCS12_SAFEBAG_new.3 \ PKCS5_PBKDF2_HMAC.3 \ + PKCS7_dataInit.3 \ PKCS7_decrypt.3 \ PKCS7_encrypt.3 \ PKCS7_new.3 \ -- cgit v1.2.3-55-g6feb