Fix enum type name

This commit is contained in:
jsteube
2016-09-02 11:17:20 +02:00
parent 200938ca42
commit dc30176993
+1 -1
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