aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pop3.c b/pop3.c
index 8ee3686e..f766d198 100644
--- a/pop3.c
+++ b/pop3.c
@@ -361,8 +361,7 @@ static int pop3_getauth(int sock, struct query *ctl, char *greeting)
* These authentication methods are blessed by RFC1734,
* describing the POP3 AUTHentication command.
*/
- if ((ctl->use_ssl != FLAG_FALSE) ||
- (ctl->server.authenticate == A_ANY) ||
+ if ((ctl->server.authenticate == A_ANY) ||
(ctl->server.authenticate == A_GSSAPI) ||
(ctl->server.authenticate == A_KERBEROS_V4) ||
(ctl->server.authenticate == A_OTP) ||