1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 19:14:46 +02:00

+- Actually enabled MD5, SHA1 methods when SSL was defined. (fix for drunk

+  coding)
This commit is contained in:
stskeeps
2001-12-25 18:13:34 +00:00
parent 3859340b2a
commit 836be977eb
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -1032,3 +1032,5 @@ seen. gmtime warning still there
- Fixed a possible segfault in m_stats
- Bug with crypt not working for /oper fixed
- Fixed a bug where certain oflags were ignored for new-style config flags
- Actually enabled MD5, SHA1 methods when SSL was defined. (fix for drunk
coding)
+4 -4
View File
@@ -30,10 +30,10 @@ typedef struct {
#define AUTHTYPE_SHA1 3
#define AUTHTYPE_SSL_PUBKEY 4
#ifdef USE_SSL
//#define AUTHENABLE_MD5
//#define AUTHENABLE_SHA1
//#define AUTHENABLE_SSL_PUBKEY
#ifdef USE_SSL
#define AUTHENABLE_MD5
#define AUTHENABLE_SHA1
#define AUTHENABLE_SSL_PUBKEY
/* OpenSSL provides a crypt() */
#ifndef AUTHENABLE_UNIXCRYPT
#define AUTHENABLE_UNIXCRYPT