mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 10:03:13 +02:00
- -Wall cleanup cleanup with SSL AUTH problem
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user