1
0
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:
codemastr
2002-07-01 21:09:01 +00:00
parent e81ca7b87c
commit fdfdbd993e
4 changed files with 110 additions and 5 deletions
+8 -1
View File
@@ -43,7 +43,14 @@ typedef struct {
#endif
#ifdef _WIN32
#ifndef AUTHENABLE_MD5
#define AUTHENABLE_MD5
#endif
#ifndef AUTHENABLE_SHA1
#define AUTHENABLE_SHA1
#endif
#endif