Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: nss/mozilla/security/nss/lib/certhigh/ocsp.c

Issue 3135002: Update to NSS 3.12.7 and NSPR 4.8.6.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: nss/mozilla/security/nss/lib/certhigh/ocsp.c
===================================================================
--- nss/mozilla/security/nss/lib/certhigh/ocsp.c (revision 55475)
+++ nss/mozilla/security/nss/lib/certhigh/ocsp.c (working copy)
@@ -39,7 +39,7 @@
* Implementation of OCSP services, for both client and server.
* (XXX, really, mostly just for client right now, but intended to do both.)
*
- * $Id: ocsp.c,v 1.64 2010/02/01 20:09:31 wtc%google.com Exp $
+ * $Id: ocsp.c,v 1.65 2010/06/07 19:03:27 kaie%kuix.de Exp $
*/
#include "prerror.h"
@@ -5189,7 +5189,7 @@
SECStatus *cacheUpdateStatus)
{
SECStatus rv;
- SECStatus rv_cache;
+ SECStatus rv_cache = SECSuccess;
CERTOCSPSingleResponse *single = NULL;
rv = ocsp_GetVerifiedSingleResponseForCertID(handle, response, certID,

Powered by Google App Engine
This is Rietveld 408576698