1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 00:01:16 +00:00

Fix enum type name

This commit is contained in:
jsteube 2016-09-02 11:17:20 +02:00
parent 200938ca42
commit dc30176993

View File

@ -756,7 +756,7 @@ typedef enum keccak_constants
KECCAK_ROTC_22=20u,
KECCAK_ROTC_23=44u,
} ripemd160_constants_t;
} keccak_constants_t;
#endif