mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 18:03:13 +02:00
- Fixed ripemd-160 vs ripemd160 confusion, reported by thelight (#0000949).
This commit is contained in:
@@ -2130,3 +2130,4 @@ seen. gmtime warning still there
|
||||
same flag, new functions are VersionflagAdd and VersionflagDel they replace flag_add and
|
||||
flag_del
|
||||
- Fixed a local /kill bug during connection phase, reported by Gilou (#0000952).
|
||||
- Fixed ripemd-160 vs ripemd160 confusion, reported by thelight (#0000949).
|
||||
|
||||
@@ -57,6 +57,8 @@ anAuthStruct AuthTypes[] = {
|
||||
#endif
|
||||
#ifdef AUTHENABLE_RIPEMD160
|
||||
{"ripemd160", AUTHTYPE_RIPEMD160},
|
||||
/* sure, this is ugly, but it's our fault. -- Syzop */
|
||||
{"ripemd-160", AUTHTYPE_RIPEMD160},
|
||||
#endif
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user