Deprecate the low level DES functions.
[openssl.git] / apps / ts.c
index 196e97b9b074ca129e7a23d48eb678fd4904dcec..c651c8e5cd612706a6051015736d27888db13aef 100644 (file)
--- a/apps/ts.c
+++ b/apps/ts.c
@@ -293,7 +293,8 @@ int ts_main(int argc, char **argv)
         goto end;
     }
 
-    conf = load_config_file(configfile);
+    if ((conf = load_config_file(configfile)) == NULL)
+        goto end;
     if (configfile != default_config_file && !app_load_modules(conf))
         goto end;