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

Unified Diff: nss/mozilla/security/nss/lib/pk11wrap/debug_module.c

Issue 3536010: Update to NSS 3.12.8. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 2 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/mozilla/security/nss/lib/nss/nss.h ('k') | nss/mozilla/security/nss/lib/pk11wrap/pk11auth.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/mozilla/security/nss/lib/pk11wrap/debug_module.c
===================================================================
--- nss/mozilla/security/nss/lib/pk11wrap/debug_module.c (revision 61548)
+++ nss/mozilla/security/nss/lib/pk11wrap/debug_module.c (working copy)
@@ -661,7 +661,7 @@
case CKA_KEY_TYPE:
if (attr->ulValueLen > 0 && attr->pValue) {
CK_KEY_TYPE keyType = *((CK_KEY_TYPE *)attr->pValue);
- get_obj_class(keyType, valstr, sizeof valstr);
+ get_key_type(keyType, valstr, sizeof valstr);
PR_LOG(modlog, 4, (fmt_s_s_d,
atype, valstr, attr->ulValueLen));
break;
« no previous file with comments | « nss/mozilla/security/nss/lib/nss/nss.h ('k') | nss/mozilla/security/nss/lib/pk11wrap/pk11auth.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698