1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 15:26:37 +02:00

- -Wall cleanup cleanup with SSL AUTH problem

This commit is contained in:
stskeeps
2002-01-27 22:40:11 +00:00
parent d10bc57b74
commit 6d239e28ec
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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
+2
View File
@@ -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