mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 01:06:38 +02:00
Added MD5 and SHA1 encryption to the win32 version
This commit is contained in:
+8
-1
@@ -43,7 +43,14 @@ typedef struct {
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef AUTHENABLE_MD5
|
||||
#define AUTHENABLE_MD5
|
||||
#endif
|
||||
#ifndef AUTHENABLE_SHA1
|
||||
#define AUTHENABLE_SHA1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user