summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authortb <>2023-08-30 00:58:57 +0000
committertb <>2023-08-30 00:58:57 +0000
commit4c47d74088a8ab2b15c21d17abfac6e8d60cf2e8 (patch)
treebac43d507ba79cd2a54c25ac7a9b240404253823 /src/lib/libcrypto/man/Makefile
parenta4768fca91b9eaa7e7367f0ccf398b87f09e1fb8 (diff)
downloadopenbsd-4c47d74088a8ab2b15c21d17abfac6e8d60cf2e8.tar.gz
openbsd-4c47d74088a8ab2b15c21d17abfac6e8d60cf2e8.tar.bz2
openbsd-4c47d74088a8ab2b15c21d17abfac6e8d60cf2e8.zip
Document EVP_{CIPHER,MD}_do_all{,_sorted}(3)
The function prototypes in the SYNOPSIS don't look great, but schwarze assures me that this is how it is supposed to be. It is rather strange that OpenSSL chose to sprinkle OPENSSL_init_crypto() calls into these four functions rather than two inside OBJ_NAME_do_all{,_sorted}(3). Surely there was a good reason for that. With input and fixes from schwarze
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 2c243f7fec..4052638e0e 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.264 2023/08/27 15:33:08 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.265 2023/08/30 00:58:57 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -165,6 +165,7 @@ MAN= \
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_CTX_get_cipher_data.3 \
168 EVP_CIPHER_do_all.3 \
168 EVP_CIPHER_meth_new.3 \ 169 EVP_CIPHER_meth_new.3 \
169 EVP_DigestInit.3 \ 170 EVP_DigestInit.3 \
170 EVP_DigestSignInit.3 \ 171 EVP_DigestSignInit.3 \