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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 27e64c494f..24b53b9eb1 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.262 2023/08/25 05:29:35 tb Exp $ 1# $OpenBSD: Makefile,v 1.263 2023/08/25 18:22:41 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -164,6 +164,7 @@ MAN= \
164 ESS_SIGNING_CERT_new.3 \ 164 ESS_SIGNING_CERT_new.3 \
165 EVP_AEAD_CTX_init.3 \ 165 EVP_AEAD_CTX_init.3 \
166 EVP_BytesToKey.3 \ 166 EVP_BytesToKey.3 \
167 EVP_CIPHER_CTX_get_cipher_data.3 \
167 EVP_CIPHER_meth_new.3 \ 168 EVP_CIPHER_meth_new.3 \
168 EVP_DigestInit.3 \ 169 EVP_DigestInit.3 \
169 EVP_DigestSignInit.3 \ 170 EVP_DigestSignInit.3 \