Make asn1_d2i_read_bio accessible from STORE
[openssl.git] / crypto / include / internal / asn1_int.h
index a2e2b17b6a483742e1e6966bad0dd4d69aea1047..8ff919c8fa97b3826025f53e7f9804cf9e6fb4e7 100644 (file)
@@ -99,3 +99,4 @@ struct asn1_pctx_st {
 } /* ASN1_PCTX */ ;
 
 int asn1_valid_host(const ASN1_STRING *host);
+int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);