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
commit1aa9536098c9828d022dfa472e268174a5592d14 (patch)
treebac43d507ba79cd2a54c25ac7a9b240404253823 /src/lib/libcrypto/man/Makefile
parent6374d451ab78e6a8b8173aa5795b5e7f4c9c1081 (diff)
downloadopenbsd-1aa9536098c9828d022dfa472e268174a5592d14.tar.gz
openbsd-1aa9536098c9828d022dfa472e268174a5592d14.tar.bz2
openbsd-1aa9536098c9828d022dfa472e268174a5592d14.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 \