summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2023-08-25 18:22:41 +0000
committerschwarze <>2023-08-25 18:22:41 +0000
commitaf8ecc394f214fc470244ae0939e7d867ee6fbfe (patch)
tree0c70ee6134a5908977eac83e6538efd85f4d8928 /src/lib/libcrypto/man/Makefile
parent892292d926aba46a12d3c89457218111d5d2b222 (diff)
downloadopenbsd-af8ecc394f214fc470244ae0939e7d867ee6fbfe.tar.gz
openbsd-af8ecc394f214fc470244ae0939e7d867ee6fbfe.tar.bz2
openbsd-af8ecc394f214fc470244ae0939e7d867ee6fbfe.zip
In evp.h rev.s 1.90 and 1.97, tb@ provided EVP_CIPHER_CTX_get_cipher_data(3)
and EVP_CIPHER_CTX_set_cipher_data(3). Import the manual page from the OpenSSL 1.1 branch, which is still under a free licence, with several improvements by me.
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 \