| Index: nss/lib/freebl/sha_fast.h
|
| diff --git a/nss/lib/freebl/sha_fast.h b/nss/lib/freebl/sha_fast.h
|
| index 9d47aba42ea964a181f0129efbc0422b18dcf223..256e1900d0e90851f08748c52d34a88fbbe8886c 100644
|
| --- a/nss/lib/freebl/sha_fast.h
|
| +++ b/nss/lib/freebl/sha_fast.h
|
| @@ -147,6 +147,7 @@ static __inline__ PRUint32 swap4b(PRUint32 value)
|
| SHA_STORE(3); \
|
| SHA_STORE(4); \
|
| } else { \
|
| + PRUint32 tmpbuf[5]; \
|
| tmpbuf[0] = SHA_HTONL(ctx->H[0]); \
|
| tmpbuf[1] = SHA_HTONL(ctx->H[1]); \
|
| tmpbuf[2] = SHA_HTONL(ctx->H[2]); \
|
|
|