PKCS12 - Add additional libctx and propq support.
[openssl.git] / crypto / pkcs12 / p12_local.h
index acaa27b193fa6ea19881ae64a53088fc4aba80da..97697922bd72d1e9735ec3884d9450fed1cf3fd4 100644 (file)
@@ -41,3 +41,5 @@ struct pkcs12_bag_st {
         ASN1_TYPE *other;       /* Secret or other bag */
     } value;
 };
+
+const PKCS7_CTX *ossl_pkcs12_get0_pkcs7ctx(const PKCS12 *p12);