summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorjmc <>2016-11-22 07:06:03 +0000
committerjmc <>2016-11-22 07:06:03 +0000
commitc3436bc20fb7070d8357adffb06381f11d7bdd09 (patch)
tree60ad79999f189ac5a610ecb615c9806fb5c1e345 /src/lib/libcrypto/man/Makefile
parent70e24fd90fc83183479646fb5c66b4064de11d7f (diff)
downloadopenbsd-c3436bc20fb7070d8357adffb06381f11d7bdd09.tar.gz
openbsd-c3436bc20fb7070d8357adffb06381f11d7bdd09.tar.bz2
openbsd-c3436bc20fb7070d8357adffb06381f11d7bdd09.zip
rename _default_digest.3 to _default_digest_nid.3, since this page
describes only one function, _default_digest_nid(); ok schwarze, who informs me openssl already came to this conclusion in june of this year;
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 27d2ced5f7..9fde9427fa 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.53 2016/11/21 11:38:54 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.54 2016/11/22 07:06:03 jmc Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -107,7 +107,7 @@ MAN= \
107 EVP_PKEY_decrypt.3 \ 107 EVP_PKEY_decrypt.3 \
108 EVP_PKEY_derive.3 \ 108 EVP_PKEY_derive.3 \
109 EVP_PKEY_encrypt.3 \ 109 EVP_PKEY_encrypt.3 \
110 EVP_PKEY_get_default_digest.3 \ 110 EVP_PKEY_get_default_digest_nid.3 \
111 EVP_PKEY_keygen.3 \ 111 EVP_PKEY_keygen.3 \
112 EVP_PKEY_new.3 \ 112 EVP_PKEY_new.3 \
113 EVP_PKEY_print_private.3 \ 113 EVP_PKEY_print_private.3 \