summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authortb <>2024-03-05 17:21:40 +0000
committertb <>2024-03-05 17:21:40 +0000
commit718acb4db9804b32fa5d19c4102807c831aca5c8 (patch)
treee3afe3aa803f84041abfe835286a54716146ec2a /src/lib/libcrypto/man/Makefile
parentcada8c5968a603c0e64c494712146ac29def42fc (diff)
downloadopenbsd-718acb4db9804b32fa5d19c4102807c831aca5c8.tar.gz
openbsd-718acb4db9804b32fa5d19c4102807c831aca5c8.tar.bz2
openbsd-718acb4db9804b32fa5d19c4102807c831aca5c8.zip
Remove EVP_MD_meth* documentation
Move the description of the EVP_MD_FLAGs to EVP_MD_nid() and add a reference to the CMS specification.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 56dc62e819..565f583127 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.283 2024/03/04 19:04:47 tb Exp $ 1# $OpenBSD: Makefile,v 1.284 2024/03/05 17:21:40 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -170,7 +170,6 @@ MAN= \
170 EVP_EncodeInit.3 \ 170 EVP_EncodeInit.3 \
171 EVP_EncryptInit.3 \ 171 EVP_EncryptInit.3 \
172 EVP_MD_CTX_ctrl.3 \ 172 EVP_MD_CTX_ctrl.3 \
173 EVP_MD_meth_new.3 \
174 EVP_MD_nid.3 \ 173 EVP_MD_nid.3 \
175 EVP_OpenInit.3 \ 174 EVP_OpenInit.3 \
176 EVP_PKCS82PKEY.3 \ 175 EVP_PKCS82PKEY.3 \