]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/asn1_local.h
Teach more of the ASN.1 code about libctx/propq
[thirdparty/openssl.git] / crypto / asn1 / asn1_local.h
index 15843ac689f82d3a92091647f063653808d88af5..f73bd8fc6a30c56c390259510c65c4dc0b534713 100644 (file)
@@ -89,3 +89,6 @@ int ossl_c2i_uint64_int(uint64_t *ret, int *neg, const unsigned char **pp,
 int ossl_i2c_uint64_int(unsigned char *p, uint64_t r, int neg);
 
 ASN1_TIME *ossl_asn1_time_from_tm(ASN1_TIME *s, struct tm *ts, int type);
+
+int ossl_asn1_item_ex_new_intern(ASN1_VALUE **pval, const ASN1_ITEM *it,
+                                 OSSL_LIB_CTX *libctx, const char *propq);