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
commitf0dec45001c44d6a323e1c438dc0b06a254a95ef (patch)
tree0c70ee6134a5908977eac83e6538efd85f4d8928 /src/lib/libcrypto/man/Makefile
parentddf502a28b3c9006c3bb3ac8c532c6c6ac5f6fe6 (diff)
downloadopenbsd-f0dec45001c44d6a323e1c438dc0b06a254a95ef.tar.gz
openbsd-f0dec45001c44d6a323e1c438dc0b06a254a95ef.tar.bz2
openbsd-f0dec45001c44d6a323e1c438dc0b06a254a95ef.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 \