X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fpop3%2Fserv_pop3.c;h=74b3255c957c74563bb3674fc657268afee5798c;hb=b3e5a85146c40bfcc4ba370e15ef126cd77d8a7c;hp=fadb9f50cc15b0096111c3f147f096b7905d3aff;hpb=6103f1b94f338a378ff17d5cf4a57c742bf5b844;p=citadel.git diff --git a/citadel/modules/pop3/serv_pop3.c b/citadel/modules/pop3/serv_pop3.c index fadb9f50c..74b3255c9 100644 --- a/citadel/modules/pop3/serv_pop3.c +++ b/citadel/modules/pop3/serv_pop3.c @@ -98,7 +98,9 @@ void pop3_greeting(void) { */ void pop3s_greeting(void) { CtdlModuleStartCryptoMsgs(NULL, NULL, NULL); +#ifdef HAVE_OPENSSL if (!CC->redirect_ssl) CC->kill_me = 1; /* kill session if no crypto */ +#endif pop3_greeting(); }