1
0
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:
Bram Matthys
2003-05-06 03:48:17 +00:00
parent 1557bab74a
commit eb6b8f89bb
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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).
+2
View File
@@ -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}
};