From 3140c08b2e098606763eece6bf53a2c48e069e05 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 25 Sep 1997 06:42:29 +0000 Subject: First pass at OPIE 2.32 support. svn path=/trunk/; revision=1407 --- pop3.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pop3.c') 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 -- cgit v1.2.3