diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-25 06:42:29 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-25 06:42:29 +0000 |
commit | 3140c08b2e098606763eece6bf53a2c48e069e05 (patch) | |
tree | 161e97aa03610ff1bd08ecf412b277bb034608dd /pop3.c | |
parent | 10b84a40c3316accfa2446a386452536b37d55e9 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |