From 6d239e28ecbdc071ddf2a8f4524f25eb0a2f4e39 Mon Sep 17 00:00:00 2001 From: stskeeps Date: Sun, 27 Jan 2002 22:40:11 +0000 Subject: [PATCH] - -Wall cleanup cleanup with SSL AUTH problem --- Changes | 2 +- src/auth.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index d301f2420..282438a2d 100644 --- a/Changes +++ b/Changes @@ -1150,4 +1150,4 @@ v- Fixed some bugreport stuff - Removed -win32 postfix for wircds, look in /version for "W" instead - Removed ircnetwork part of /version - Cleaned up a bunch of -Wall warnings (unused variables, etc) - +- -Wall cleanup cleanup with SSL AUTH problem diff --git a/src/auth.c b/src/auth.c index 518f0a73f..9daa123fc 100644 --- a/src/auth.c +++ b/src/auth.c @@ -140,6 +140,7 @@ int Auth_Check(aClient *cptr, anAuthStruct *as, char *para) #endif #if defined(AUTHENABLE_MD5) || defined(AUTHENABLE_SHA1) static char buf[512]; + int i; #endif #ifdef AUTHENABLE_MD5 @@ -269,6 +270,7 @@ char *Auth_Make(short type, char *para) #endif #if defined(AUTHENABLE_MD5) || defined(AUTHENABLE_SHA1) static char buf[512]; + int i; #endif #ifdef AUTHENABLE_MD5