Remove the possibility to disable the UI module entirely
[openssl.git] / apps / enc.c
index 49568eaa508b7aa0ee2499bd4f0ee1aa1ff5e002..d2000752f89bad62b0d5e270d3380a9e8c8f8d47 100644 (file)
@@ -308,7 +308,7 @@ int enc_main(int argc, char **argv)
 
     if ((str == NULL) && (cipher != NULL) && (hkey == NULL)) {
         if (1) {
-#ifndef OPENSSL_NO_UI
+#ifndef OPENSSL_NO_UI_CONSOLE
             for (;;) {
                 char prompt[200];