summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2018-03-18 13:06:36 +0000
committerschwarze <>2018-03-18 13:06:36 +0000
commita047cbca9893d86e3147665e867abed2f5c74092 (patch)
tree82fc44948c57a5d70071500c33b2409011a815cf /src/lib/libcrypto/man/Makefile
parent21f4bd34ceb9c41c7e71f8a4843227cab2bf801c (diff)
downloadopenbsd-a047cbca9893d86e3147665e867abed2f5c74092.tar.gz
openbsd-a047cbca9893d86e3147665e867abed2f5c74092.tar.bz2
openbsd-a047cbca9893d86e3147665e867abed2f5c74092.zip
In rsa.h rev. 1.38 2018/03/17 15:12:56 and dsa.h rev. 1.30 2018/03/17
15:19:12, tb@ provided a subset of the DSA_meth_*(3) and RSA_meth_*(3) functions. Merge the relevant parts of the manual pages from OpenSSL, heavily tweaked by me, in particular for conciseness.
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 8d2e242f31..0405a06663 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.137 2018/03/17 18:52:42 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.138 2018/03/18 13:06:36 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -85,6 +85,7 @@ MAN= \
85 DSA_generate_parameters.3 \ 85 DSA_generate_parameters.3 \
86 DSA_get_ex_new_index.3 \ 86 DSA_get_ex_new_index.3 \
87 DSA_get0_pqg.3 \ 87 DSA_get0_pqg.3 \
88 DSA_meth_new.3 \
88 DSA_new.3 \ 89 DSA_new.3 \
89 DSA_set_method.3 \ 90 DSA_set_method.3 \
90 DSA_sign.3 \ 91 DSA_sign.3 \
@@ -192,6 +193,7 @@ MAN= \
192 RSA_generate_key.3 \ 193 RSA_generate_key.3 \
193 RSA_get_ex_new_index.3 \ 194 RSA_get_ex_new_index.3 \
194 RSA_get0_key.3 \ 195 RSA_get0_key.3 \
196 RSA_meth_new.3 \
195 RSA_new.3 \ 197 RSA_new.3 \
196 RSA_padding_add_PKCS1_type_1.3 \ 198 RSA_padding_add_PKCS1_type_1.3 \
197 RSA_print.3 \ 199 RSA_print.3 \