Fixed compilation error

This commit is contained in:
OracionSeis 2014-05-22 09:06:26 +04:00
parent b3e2face1e
commit 626f257928

View file

@ -40,9 +40,6 @@
#define U64(x) ((uint64_t *) (x))
#define R128(x) ((__m128i *) (x))
extern int aesb_single_round(const uint8_t *in, uint8_t*out, const uint8_t *expandedKey);
extern int aesb_pseudo_round(const uint8_t *in, uint8_t *out, const uint8_t *expandedKey);
#pragma pack(push, 1)
union cn_slow_hash_state
{