summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-11-02 09:11:53 +0000
committerschwarze <>2016-11-02 09:11:53 +0000
commitb50ac7faef96a45291b0c3201b82185f7579e826 (patch)
tree9166b196a2c833fc7a0154973d11551824a6bfb9 /src/lib/libcrypto/man/Makefile
parent506350d1237710b9d86fdb3a794c6e6265f71221 (diff)
downloadopenbsd-b50ac7faef96a45291b0c3201b82185f7579e826.tar.gz
openbsd-b50ac7faef96a45291b0c3201b82185f7579e826.tar.bz2
openbsd-b50ac7faef96a45291b0c3201b82185f7579e826.zip
convert DES and DH manuals from pod to mdoc
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 1dfcf8700d..a40bb39167 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.34 2016/09/05 10:43:42 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.35 2016/11/02 09:11:53 schwarze Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -56,6 +56,13 @@ MAN= \
56 CONF_modules_load_file.3 \ 56 CONF_modules_load_file.3 \
57 CRYPTO_set_ex_data.3 \ 57 CRYPTO_set_ex_data.3 \
58 CRYPTO_set_locking_callback.3 \ 58 CRYPTO_set_locking_callback.3 \
59 DES_set_key.3 \
60 DH_generate_key.3 \
61 DH_generate_parameters.3 \
62 DH_get_ex_new_index.3 \
63 DH_new.3 \
64 DH_set_method.3 \
65 DH_size.3 \
59 ECDSA_SIG_new.3 \ 66 ECDSA_SIG_new.3 \
60 EVP_AEAD_CTX_init.3 \ 67 EVP_AEAD_CTX_init.3 \
61 UI_new.3 \ 68 UI_new.3 \
@@ -66,13 +73,6 @@ MAN= \
66 lh_new.3 \ 73 lh_new.3 \
67 74
68GENMAN= \ 75GENMAN= \
69 DES_set_key.3 \
70 DH_generate_key.3 \
71 DH_generate_parameters.3 \
72 DH_get_ex_new_index.3 \
73 DH_new.3 \
74 DH_set_method.3 \
75 DH_size.3 \
76 DSA_SIG_new.3 \ 76 DSA_SIG_new.3 \
77 DSA_do_sign.3 \ 77 DSA_do_sign.3 \
78 DSA_dup_DH.3 \ 78 DSA_dup_DH.3 \