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

Unified Diff: nss/mozilla/security/nss/lib/cryptohi/sechash.c

Issue 3135002: Update to NSS 3.12.7 and NSPR 4.8.6.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 4 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/mozilla/security/nss/lib/cryptohi/sechash.c
===================================================================
--- nss/mozilla/security/nss/lib/cryptohi/sechash.c (revision 55475)
+++ nss/mozilla/security/nss/lib/cryptohi/sechash.c (working copy)
@@ -235,7 +235,7 @@
{
SECOidTag hmacOid = SEC_OID_UNKNOWN;
- switch(hmacOid) {
+ switch(hashOid) {
/* no oid exists for HMAC_MD2 */
/* NSS does not define a oid for HMAC_MD4 */
case SEC_OID_SHA1: hmacOid = SEC_OID_HMAC_SHA1; break;

Powered by Google App Engine
This is Rietveld 408576698