Hello,

I found that the openssl ts command in master tries to load config file
twice.
To prevent it, the lines 323-324 should be removed.

The patch is attached.

Thank you!

-- 
SY, Dmitry Belyavsky

index 237dd01..222ca45 100644
--- a/apps/ts.c
+++ b/apps/ts.c
@@ -320,8 +320,6 @@ int ts_main(int argc, char **argv)
     }
 
     conf = load_config_file(configfile);
-    if (!app_load_modules(conf))
-        goto end;
 
     /* Check parameter consistency and execute the appropriate function. */
     switch (mode) {
_______________________________________________
openssl-bugs-mod mailing list
[email protected]
https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to