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/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 11213cb518..c69fe73af2 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.299 2024/12/06 14:27:49 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.300 2024/12/08 17:41:23 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -199,6 +199,7 @@ MAN= \
199 EVP_camellia_128_cbc.3 \ 199 EVP_camellia_128_cbc.3 \
200 EVP_chacha20.3 \ 200 EVP_chacha20.3 \
201 EVP_des_cbc.3 \ 201 EVP_des_cbc.3 \
202 EVP_rc2_cbc.3 \
202 EVP_rc4.3 \ 203 EVP_rc4.3 \
203 EVP_sha1.3 \ 204 EVP_sha1.3 \
204 EVP_sha3_224.3 \ 205 EVP_sha3_224.3 \
@@ -264,6 +265,7 @@ MAN= \
264 RAND_bytes.3 \ 265 RAND_bytes.3 \
265 RAND_load_file.3 \ 266 RAND_load_file.3 \
266 RAND_set_rand_method.3 \ 267 RAND_set_rand_method.3 \
268 RC2_encrypt.3 \
267 RC4.3 \ 269 RC4.3 \
268 RIPEMD160.3 \ 270 RIPEMD160.3 \
269 RSA_PSS_PARAMS_new.3 \ 271 RSA_PSS_PARAMS_new.3 \