[openssl-dev] [openssl.org #4099] Config is loaded twice in the openssl ts command line application

Dmitry Belyavsky via RT rt at openssl.org
Sun Oct 18 20:26:10 UTC 2015


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

-------------- next part --------------
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) {
-------------- next part --------------
_______________________________________________
openssl-bugs-mod mailing list
openssl-bugs-mod at openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod


More information about the openssl-dev mailing list