From 626f2579285a4710351335eccf164e0cf0ffaae1 Mon Sep 17 00:00:00 2001 From: OracionSeis Date: Thu, 22 May 2014 09:06:26 +0400 Subject: [PATCH] Fixed compilation error --- src/crypto/slow-hash.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c index 35d5bf69..351314bf 100644 --- a/src/crypto/slow-hash.c +++ b/src/crypto/slow-hash.c @@ -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 {