From: Christian Heimes Date: Wed, 7 Sep 2016 11:18:40 +0000 (+0200) Subject: Issue #16113: one more C90 violation in big endian code. X-Git-Tag: v3.6.0b1~350 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eaa3f5f1ee96943f6d0612505a61fc76768c43db;p=thirdparty%2FPython%2Fcpython.git Issue #16113: one more C90 violation in big endian code. --- diff --git a/Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c b/Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c index 8382ae53b488..a2f9ffea9325 100644 --- a/Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c +++ b/Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c @@ -333,8 +333,8 @@ void KeccakP1600_ExtractLanes(const void *state, unsigned char *data, unsigned i for(lanePosition=0; lanePosition> 8) & 0xFF; laneAsBytes[2] = (low >> 16) & 0xFF;