summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 5d19e023ab..f4fd152ff7 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.37 2016/11/02 15:23:41 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.38 2016/11/03 09:35:34 schwarze Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -92,14 +92,6 @@ MAN= \
92 ERR_remove_state.3 \ 92 ERR_remove_state.3 \
93 ERR_set_mark.3 \ 93 ERR_set_mark.3 \
94 EVP_AEAD_CTX_init.3 \ 94 EVP_AEAD_CTX_init.3 \
95 UI_new.3 \
96 bn_dump.3 \
97 crypto.3 \
98 d2i_PKCS8PrivateKey_bio.3 \
99 des_read_pw.3 \
100 lh_new.3 \
101
102GENMAN= \
103 EVP_BytesToKey.3 \ 95 EVP_BytesToKey.3 \
104 EVP_DigestInit.3 \ 96 EVP_DigestInit.3 \
105 EVP_DigestSignInit.3 \ 97 EVP_DigestSignInit.3 \
@@ -123,6 +115,15 @@ GENMAN= \
123 EVP_SealInit.3 \ 115 EVP_SealInit.3 \
124 EVP_SignInit.3 \ 116 EVP_SignInit.3 \
125 EVP_VerifyInit.3 \ 117 EVP_VerifyInit.3 \
118 UI_new.3 \
119 bn_dump.3 \
120 crypto.3 \
121 d2i_PKCS8PrivateKey_bio.3 \
122 des_read_pw.3 \
123 evp.3 \
124 lh_new.3 \
125
126GENMAN= \
126 HMAC.3 \ 127 HMAC.3 \
127 MD5.3 \ 128 MD5.3 \
128 OBJ_nid2obj.3 \ 129 OBJ_nid2obj.3 \
@@ -192,7 +193,6 @@ GENMAN= \
192 dsa.3 \ 193 dsa.3 \
193 ec.3 \ 194 ec.3 \
194 engine.3 \ 195 engine.3 \
195 evp.3 \
196 i2d_PKCS7_bio_stream.3 \ 196 i2d_PKCS7_bio_stream.3 \
197 lh_stats.3 \ 197 lh_stats.3 \
198 rsa.3 \ 198 rsa.3 \