From 37b73cfcc7ac9a89ff7cb7c394384e62ebc6007b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 5 Oct 2010 02:25:40 +0200 Subject: Make CompUserResp/CheckUserAuth fwd decls true prototypes. --- rpa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpa.c b/rpa.c index 925718a7..c365f0de 100644 --- a/rpa.c +++ b/rpa.c @@ -49,8 +49,8 @@ extern int linecount; static void GenChallenge(unsigned char* buf, int len); static int DigestPassphrase(char* passphrase, unsigned char* rbuf, int unicodeit); - static void CompUserResp(); - static int CheckUserAuth(); + static void CompUserResp(void); + static int CheckUserAuth(void); static void md5(const void* in, int len, unsigned char* out); #endif -- cgit v1.2.3