Remove the possibility to disable the UI module entirely
[openssl.git] / apps / openssl.c
index 2a140718ab3fada504fa36ce2231733cc2f3f922..e23c390a4c8fccf1fd4cd43643151f66d7f8b08c 100644 (file)
@@ -70,18 +70,14 @@ static int apps_startup()
                              | OPENSSL_INIT_LOAD_CONFIG, NULL))
         return 0;
 
-#ifndef OPENSSL_NO_UI
     setup_ui_method();
-#endif
 
     return 1;
 }
 
 static void apps_shutdown()
 {
-#ifndef OPENSSL_NO_UI
     destroy_ui_method();
-#endif
 }
 
 static char *make_config_name()