apps_ui.c: Improve error handling and return value of setup_ui_method()
[openssl.git] / apps / openssl.c
index 6b2c2b9c6ba7512ce8979e1b2c5e14783da9556f..b426f594b3c625b929f70e99eabac5fca97759f4 100644 (file)
@@ -68,7 +68,7 @@ static int apps_startup(void)
                           | OPENSSL_INIT_LOAD_CONFIG, NULL))
         return 0;
 
-    setup_ui_method();
+    (void)setup_ui_method();
 
     /*
      * NOTE: This is an undocumented feature required for testing only.