* inetconf.c: fixed memory management problem that was causing all
[citadel.git] / webcit / setup.c
index 70fab68270a08eee726a06ea2a14a200ae703866..e139514ecd7a52f3a21ab7eac8781a3d978125e6 100644 (file)
@@ -461,7 +461,9 @@ void check_inittab_entry(void)
        char question[SIZ];
        char entryname[5];
        char http_port[128];
+#ifdef HAVE_OPENSSL
        char https_port[128];
+#endif
        char hostname[128];
        char portname[128];