]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/cmp/cmp_util.c
Run the withlibctx.pl script
[thirdparty/openssl.git] / crypto / cmp / cmp_util.c
index 12afe57028dc66d012f277c8c065c220aebbff36..2eb58da21c25620fbeb5ac31d1ae63cf177557c1 100644 (file)
@@ -230,7 +230,7 @@ STACK_OF(X509)
         goto err;
     }
 
-    if ((csc = X509_STORE_CTX_new_with_libctx(libctx, propq)) == NULL)
+    if ((csc = X509_STORE_CTX_new_ex(libctx, propq)) == NULL)
         goto err;
     if (store == NULL && certs != NULL
             && !ossl_cmp_X509_STORE_add1_certs(ts, certs, 0))