From 34d54da64e3a09daa27709f3dbd12f7ffd934044 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 28 Feb 2003 20:58:32 +0000 Subject: Support A_SSH authentication. svn path=/trunk/; revision=3800 --- pop3.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pop3.c b/pop3.c index 123e1b81..02e38c3f 100644 --- a/pop3.c +++ b/pop3.c @@ -192,6 +192,10 @@ static int pop3_getauth(int sock, struct query *ctl, char *greeting) flag did_stls = FALSE; #endif /* SSL_ENABLE */ + if (ctl->server.authenticate == A_SSH) { + return PS_SUCCESS; + } + #ifdef SDPS_ENABLE /* * This needs to catch both demon.co.uk and demon.net. -- cgit v1.2.3