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

Unified Diff: mozilla/security/nss/lib/freebl/pqg.c

Issue 12197027: Merge NSS_3_14_2_RTM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « mozilla/security/nss/lib/freebl/drbg.c ('k') | mozilla/security/nss/lib/freebl/rijndael.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mozilla/security/nss/lib/freebl/pqg.c
===================================================================
--- mozilla/security/nss/lib/freebl/pqg.c (revision 180567)
+++ mozilla/security/nss/lib/freebl/pqg.c (working copy)
@@ -5,7 +5,7 @@
/*
* PQG parameter generation/verification. Based on FIPS 186-3.
*
- * $Id: pqg.c,v 1.25 2012/10/11 00:18:23 rrelyea%redhat.com Exp $
+ * $Id: pqg.c,v 1.26 2012/12/13 22:47:15 wtc%google.com Exp $
*/
#ifdef FREEBL_NO_DEPEND
#include "stubs.h"
@@ -260,7 +260,7 @@
if (params == NULL) {
PORT_SetError(SEC_ERROR_INVALID_ARGS);
- return SECFailure;
+ return HASH_AlgNULL;
}
L = PQG_GetLength(&params->prime)*BITS_PER_BYTE;
« no previous file with comments | « mozilla/security/nss/lib/freebl/drbg.c ('k') | mozilla/security/nss/lib/freebl/rijndael.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698