summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-11-26 18:09:35 +0000
committerschwarze <>2016-11-26 18:09:35 +0000
commit327458a9373c48cf93e0d78cf8d923f653eb6816 (patch)
treee92942a335184f0281c0a38eb2bffebe6222ca51 /src/lib/libcrypto/man/Makefile
parent3b7e3b6fd93b79e09d015dadd0342aa2cbbb34d0 (diff)
downloadopenbsd-327458a9373c48cf93e0d78cf8d923f653eb6816.tar.gz
openbsd-327458a9373c48cf93e0d78cf8d923f653eb6816.tar.bz2
openbsd-327458a9373c48cf93e0d78cf8d923f653eb6816.zip
Import EVP_EncodeInit(3) manual from OpenSSL,
without those functions we don't have.
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 9fde9427fa..447c7d23c3 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.54 2016/11/22 07:06:03 jmc Exp $ 1# $OpenBSD: Makefile,v 1.55 2016/11/26 18:09:35 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -99,6 +99,7 @@ MAN= \
99 EVP_DigestInit.3 \ 99 EVP_DigestInit.3 \
100 EVP_DigestSignInit.3 \ 100 EVP_DigestSignInit.3 \
101 EVP_DigestVerifyInit.3 \ 101 EVP_DigestVerifyInit.3 \
102 EVP_EncodeInit.3 \
102 EVP_EncryptInit.3 \ 103 EVP_EncryptInit.3 \
103 EVP_OpenInit.3 \ 104 EVP_OpenInit.3 \
104 EVP_PKEY_CTX_ctrl.3 \ 105 EVP_PKEY_CTX_ctrl.3 \