mozilla/security/nss/lib/certdb certi.h
wtc%google.com <[email protected]> Thu, 6 Dec 2012 09:57:21 -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/certdb&files=certi.h&root=/cvsroot Changes committed by wtc%google.com: Update of /cvsroot/mozilla/security/nss/lib/certdb In directory cvs1.dmz.scl3.mozilla.com:/tmp/cvs-serv1982/lib/certdb Modified Files: certi.h Log Message: Bug 818741: cast the 'arg' argument of LOG_ERROR_OR_EXIT and LOG_ERROR to void * via an intermediate cast to PRWord to avoid the gcc compiler warning "cast to pointer from integer of different size". Declare the error/errorCode argument of cert_AddToVerifyLog as a (signed) long because NSS/NSPR error codes are negative numbers. r=mentovai. Modified Files: lib/certdb/certi.h lib/certhigh/certvfy.c