Mention which functions are implemented as macros in the few cases
authorschwarze <schwarze@openbsd.org>
Thu, 16 Nov 2023 20:27:43 +0000 (20:27 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 16 Nov 2023 20:27:43 +0000 (20:27 +0000)
commit89729f590517fbb6e08bcdc72378bd9c85366a56
tree2ca9bc062897ebbe6556379438203279b8396377
parent60e7afc9c55379d568bf7d86b70335f6c40ffee2
Mention which functions are implemented as macros in the few cases
where that information was missing.
13 files changed:
lib/libcrypto/man/BIO_get_data.3
lib/libcrypto/man/BIO_get_ex_new_index.3
lib/libcrypto/man/DES_set_key.3
lib/libcrypto/man/EVP_OpenInit.3
lib/libcrypto/man/EVP_SealInit.3
lib/libcrypto/man/EVP_SignInit.3
lib/libcrypto/man/EVP_VerifyInit.3
lib/libcrypto/man/EVP_aes_128_cbc.3
lib/libcrypto/man/EVP_sm4_cbc.3
lib/libcrypto/man/OPENSSL_malloc.3
lib/libcrypto/man/OpenSSL_add_all_algorithms.3
lib/libcrypto/man/X509_STORE_get_by_subject.3
lib/libcrypto/man/X509_STORE_set1_param.3