mozilla/security/nss/lib/freebl pqg.c rawhash.c
wtc%google.com <[email protected]> Tue, 25 Sep 2012 16:38:42 -0700 (PDT)
| 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=pqg.c:rawhash.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-serv21447 Modified Files: pqg.c rawhash.c Log Message: Bug 475578: lib/freebl/pqg.c should not include lib/cryptohi/sechash.h. The HASH_ResultLen and HASH_HashBuf functions in lib/freebl/rawhash.c conflict with the same-named functions in lib/cryptohi/sechash.c in NSS static library builds, so move them to lib/freebl/pqg.c and mark them static. Ideally they should also be renamed. r=rrelyea. Modified Files: pqg.c rawhash.c