From 648495864513da788246f9b75dbbbce0614ed5e8 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 12 Sep 2014 01:00:26 -0400 Subject: [PATCH] Updates to X509_NAME_get_index_by_NID.pod submitted by user Bernardh via the wiki Minor changes made by Matt Caswell Reviewed-by: Dr. Stephen Henson --- doc/crypto/X509_NAME_get_index_by_NID.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/crypto/X509_NAME_get_index_by_NID.pod b/doc/crypto/X509_NAME_get_index_by_NID.pod index 3b1f9ff43b..c8a8128795 100644 --- a/doc/crypto/X509_NAME_get_index_by_NID.pod +++ b/doc/crypto/X509_NAME_get_index_by_NID.pod @@ -59,6 +59,10 @@ X509_NAME_get_index_by_OBJ() should be used followed by X509_NAME_get_entry() on any matching indices and then the various B utility functions on the result. +The list of all relevant B and B can be found in +the source code header files Eopenssl/obj_mac.hE and/or +Eopenssl/objects.hE. + =head1 EXAMPLES Process all entries: -- 2.34.1