X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsetup.c;h=e139514ecd7a52f3a21ab7eac8781a3d978125e6;hb=7dbd4a1e78b9682e9df3389c611c3bac36c0a9c3;hp=70fab68270a08eee726a06ea2a14a200ae703866;hpb=dbe935e833c63602b2d726b9c87c14f71eecc03d;p=citadel.git diff --git a/webcit/setup.c b/webcit/setup.c index 70fab6827..e139514ec 100644 --- a/webcit/setup.c +++ b/webcit/setup.c @@ -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];