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

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

Issue 319593003: Update to NSS 3.16.2 Beta 3. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Remove unused function SEC_NumberOrNameStringToOIDTag Created 6 years, 6 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/lib/freebl/ecdecode.c
diff --git a/nss/lib/softoken/ecdecode.c b/nss/lib/freebl/ecdecode.c
similarity index 99%
rename from nss/lib/softoken/ecdecode.c
rename to nss/lib/freebl/ecdecode.c
index 6745629acb5320923edde3c136798dfd0041d850..3c0294d4ffb5f261b8d7b6fbe48842f6acffac0a 100644
--- a/nss/lib/softoken/ecdecode.c
+++ b/nss/lib/freebl/ecdecode.c
@@ -4,6 +4,10 @@
#ifndef NSS_DISABLE_ECC
+#ifdef FREEBL_NO_DEPEND
+#include "stubs.h"
+#endif
+
#include "blapi.h"
#include "secoid.h"
#include "secitem.h"

Powered by Google App Engine
This is Rietveld 408576698