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

Unified Diff: nss/lib/softoken/ecdecode.c

Issue 195763027: Update NSS to NSS_3_16_RC0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Use the RTM tag Created 6 years, 9 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 | « nss/lib/pki/tdcache.c ('k') | nss/lib/softoken/fipstest.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/softoken/ecdecode.c
===================================================================
--- nss/lib/softoken/ecdecode.c (revision 256695)
+++ nss/lib/softoken/ecdecode.c (working copy)
@@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#ifdef NSS_ENABLE_ECC
+#ifndef NSS_DISABLE_ECC
#include "blapi.h"
#include "secoid.h"
@@ -603,4 +603,4 @@
}
}
-#endif /* NSS_ENABLE_ECC */
+#endif /* NSS_DISABLE_ECC */
« no previous file with comments | « nss/lib/pki/tdcache.c ('k') | nss/lib/softoken/fipstest.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698