From 77145a1f3eb4a80e46926f141dc691c7e4bd5493 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Tue, 17 Mar 2015 21:46:57 +0900 Subject: [PATCH] eliminate unsed macro in sha256.c --- wolfcrypt/src/sha256.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/sha256.c b/wolfcrypt/src/sha256.c index afd586122..b162bbb13 100755 --- a/wolfcrypt/src/sha256.c +++ b/wolfcrypt/src/sha256.c @@ -330,7 +330,7 @@ static INLINE ROTR(rotrFixed_7, 7, x) static INLINE ROTR(rotrFixed_18, 18, x) static INLINE ROTR(rotrFixed_17, 17, x) static INLINE ROTR(rotrFixed_19, 19, x) -static INLINE ROTR(rotrFixed_10, 10, x) +//static INLINE ROTR(rotrFixed_10, 10, x) #endif #if defined(FREESCALE_MMCAU)