summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-14 02:03:50 +0000
committerschwarze <>2016-12-14 02:03:50 +0000
commit14b9b01b2b81fd7eccea9dd3fc84a79407c285a2 (patch)
tree60f525c97efb22169c410dbc4b537594af7b76cc /src/lib/libcrypto/man/Makefile
parent9c26438891836e1d7379d33470c61dc3a21d6af0 (diff)
downloadopenbsd-14b9b01b2b81fd7eccea9dd3fc84a79407c285a2.tar.gz
openbsd-14b9b01b2b81fd7eccea9dd3fc84a79407c285a2.tar.bz2
openbsd-14b9b01b2b81fd7eccea9dd3fc84a79407c285a2.zip
New manuals ESS_SIGNING_CERT_new(3) and TS_REQ_new(3) written
from scratch. All these functions are listed in <openssl/ts.h> and in OpenSSL doc/man3/X509_dup.pod. Note that the OpenSSL documentation specifies the wrong header file.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile4
1 files changed, 3 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.77 2016/12/13 20:41:35 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.78 2016/12/14 02:03:50 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -94,6 +94,7 @@ MAN= \
94 ERR_put_error.3 \ 94 ERR_put_error.3 \
95 ERR_remove_state.3 \ 95 ERR_remove_state.3 \
96 ERR_set_mark.3 \ 96 ERR_set_mark.3 \
97 ESS_SIGNING_CERT_new.3 \
97 EVP_AEAD_CTX_init.3 \ 98 EVP_AEAD_CTX_init.3 \
98 EVP_BytesToKey.3 \ 99 EVP_BytesToKey.3 \
99 EVP_DigestInit.3 \ 100 EVP_DigestInit.3 \
@@ -172,6 +173,7 @@ MAN= \
172 SHA1.3 \ 173 SHA1.3 \
173 SMIME_read_PKCS7.3 \ 174 SMIME_read_PKCS7.3 \
174 SMIME_write_PKCS7.3 \ 175 SMIME_write_PKCS7.3 \
176 TS_REQ_new.3 \
175 UI_new.3 \ 177 UI_new.3 \
176 X509V3_get_d2i.3 \ 178 X509V3_get_d2i.3 \
177 X509_ALGOR_dup.3 \ 179 X509_ALGOR_dup.3 \