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

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

Issue 1843333003: Update NSPR to 4.12 and NSS to 3.23 on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss.git@master
Patch Set: Created 4 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
Index: nss/lib/softoken/fipstokn.c
diff --git a/nss/lib/softoken/fipstokn.c b/nss/lib/softoken/fipstokn.c
index 3cb6b794def339613425fc2c7989fe6ffb1e8b98..06335591b19b91d0bfea6417d90b57ded14b0bd7 100644
--- a/nss/lib/softoken/fipstokn.c
+++ b/nss/lib/softoken/fipstokn.c
@@ -436,7 +436,7 @@ CK_RV FC_Initialize(CK_VOID_PTR pReserved) {
return CKR_CRYPTOKI_ALREADY_INITIALIZED;
}
- if ((envp = PR_GetEnv("NSS_ENABLE_AUDIT")) != NULL) {
+ if ((envp = PR_GetEnvSecure("NSS_ENABLE_AUDIT")) != NULL) {
sftk_audit_enabled = (atoi(envp) == 1);
}
« no previous file with comments | « nss/lib/softoken/fipstest.c ('k') | nss/lib/softoken/lgglue.c » ('j') | nss/lib/util/secoid.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698