mozilla/security/nss/lib/freebl sha_fast.c
wtc%google.com <[email protected]> Tue, 5 Feb 2013 15:47:05 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.crypto.cvs |
|---|---|
| Message-ID | <[email protected]> |
Diffs: http://bonsai.mozilla.org/cvsview2.cgi?command=DIRECTORY&subdir=mozilla/security/nss/lib/freebl&files=sha_fast.c&root=/cvsroot Changes committed by wtc%google.com: Update of /cvsroot/mozilla/security/nss/lib/freebl In directory cvs1.dmz.scl3.mozilla.com:/tmp/cvs-serv20598 Modified Files: sha_fast.c Log Message: Bug 822365: the SHA_HTONL macro (used by the SHA_STORE_RESULT macro) needs a local variable named 'tmp' in some build configurations. Undefine 'tmp' as 'lenB' at the end of SHA1_End. r=kaie.