]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/req.c
Fix more certificate related lib_ctx settings.
[thirdparty/openssl.git] / apps / req.c
index 4056b18f5158af7ee5794c60ddd415630636120e..04774db399f2eabb5236efd367cbb92ed6a57aee 100644 (file)
@@ -802,7 +802,7 @@ int req_main(int argc, char **argv)
         }
 
         if (req == NULL) {
-            req = X509_REQ_new();
+            req = X509_REQ_new_ex(app_get0_libctx(), app_get0_propq());
             if (req == NULL) {
                 goto end;
             }