aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-25 06:42:29 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-25 06:42:29 +0000
commit3140c08b2e098606763eece6bf53a2c48e069e05 (patch)
tree161e97aa03610ff1bd08ecf412b277bb034608dd /pop3.c
parent10b84a40c3316accfa2446a386452536b37d55e9 (diff)
downloadfetchmail-3140c08b2e098606763eece6bf53a2c48e069e05.tar.gz
fetchmail-3140c08b2e098606763eece6bf53a2c48e069e05.tar.bz2
fetchmail-3140c08b2e098606763eece6bf53a2c48e069e05.zip
First pass at OPIE 2.32 support.
svn path=/trunk/; revision=1407
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pop3.c b/pop3.c
index b557a0e9..c6de4333 100644
--- a/pop3.c
+++ b/pop3.c
@@ -150,6 +150,8 @@ int pop3_getauth(int sock, struct query *ctl, char *greeting)
if (ok != 2)
PROTOCOL_ERROR
}
+
+ /* otherwise generate a challenge from the secret we have */
else if (opiegenerator(challenge, ctl->password, response))
PROTOCOL_ERROR