Add ASN1_ITEM lookup and enumerate functions.
[openssl.git] / include / openssl / asn1.h
index 7cf6116120542a3d3507051bce238ac8c7c1f742..665b9528a259dae491b3adf0f42382cf33cbeb97 100644 (file)
@@ -870,6 +870,9 @@ ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
 int SMIME_crlf_copy(BIO *in, BIO *out, int flags);
 int SMIME_text(BIO *in, BIO *out);
 
+const ASN1_ITEM *ASN1_ITEM_lookup(const char *name);
+const ASN1_ITEM *ASN1_ITEM_get(size_t i);
+
 /* BEGIN ERROR CODES */
 /*
  * The following lines are auto generated by the script mkerr.pl. Any changes