aboutsummaryrefslogtreecommitdiff
path: root/openssl/doc/crypto/X509_NAME_get_index_by_NID.pod
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/doc/crypto/X509_NAME_get_index_by_NID.pod')
-rw-r--r--openssl/doc/crypto/X509_NAME_get_index_by_NID.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/openssl/doc/crypto/X509_NAME_get_index_by_NID.pod b/openssl/doc/crypto/X509_NAME_get_index_by_NID.pod
index 3b1f9ff43..c8a812879 100644
--- a/openssl/doc/crypto/X509_NAME_get_index_by_NID.pod
+++ b/openssl/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<X509_NAME_ENTRY> utility functions on the result.
+The list of all relevant B<NID_*> and B<OBJ_* codes> can be found in
+the source code header files E<lt>openssl/obj_mac.hE<gt> and/or
+E<lt>openssl/objects.hE<gt>.
+
=head1 EXAMPLES
Process all entries: