From bf8b2c9ec0c609c82b5461ea29f83549dc7ac156 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Tue, 20 Jul 2021 17:31:32 +0000 Subject: Split X509_NAME_hash(3) out of d2i_X509_NAME(3) and document X509_issuer_name_hash(3), X509_subject_name_hash(3), and the _old variants. Even though this is only tangentially related to decoding and encoding, including a single function in d2i_X509_NAME(3) was probably OK, but let's not bog down that page with six functions that are likely to become obsolete at some point - even though right now, they are still being used both internally and by external software. --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 23a46ed318..c7375752bb 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.182 2021/07/19 13:16:43 schwarze Exp $ +# $OpenBSD: Makefile,v 1.183 2021/07/20 17:31:32 schwarze Exp $ .include @@ -287,6 +287,7 @@ MAN= \ X509_NAME_ENTRY_get_object.3 \ X509_NAME_add_entry_by_txt.3 \ X509_NAME_get_index_by_NID.3 \ + X509_NAME_hash.3 \ X509_NAME_new.3 \ X509_NAME_print_ex.3 \ X509_OBJECT_get0_X509.3 \ -- cgit v1.2.3-55-g6feb