From 14b9b01b2b81fd7eccea9dd3fc84a79407c285a2 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Wed, 14 Dec 2016 02:03:50 +0000 Subject: New manuals ESS_SIGNING_CERT_new(3) and TS_REQ_new(3) written from scratch. All these functions are listed in and in OpenSSL doc/man3/X509_dup.pod. Note that the OpenSSL documentation specifies the wrong header file. --- src/lib/libcrypto/man/Makefile | 4 +++- 1 file changed, 3 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 02895f010a..426b3c4c9b 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.77 2016/12/13 20:41:35 schwarze Exp $ +# $OpenBSD: Makefile,v 1.78 2016/12/14 02:03:50 schwarze Exp $ .include @@ -94,6 +94,7 @@ MAN= \ ERR_put_error.3 \ ERR_remove_state.3 \ ERR_set_mark.3 \ + ESS_SIGNING_CERT_new.3 \ EVP_AEAD_CTX_init.3 \ EVP_BytesToKey.3 \ EVP_DigestInit.3 \ @@ -172,6 +173,7 @@ MAN= \ SHA1.3 \ SMIME_read_PKCS7.3 \ SMIME_write_PKCS7.3 \ + TS_REQ_new.3 \ UI_new.3 \ X509V3_get_d2i.3 \ X509_ALGOR_dup.3 \ -- cgit v1.2.3-55-g6feb