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)