Bug 822365: Remove a redundant null pointer check in the

CKM_NSS_HMAC_CONSTANT_TIME case in NSC_SignInit. r=rrelyea.


git-svn-id: svn://10.0.0.236/trunk@264703 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%google.com 2013-02-07 01:13:13 +00:00
parent 746d3ccf9a
commit 513b1dbdff

View File

@ -2276,8 +2276,6 @@ finish_rsa:
context->destroy = sftk_Space;
context->maxLen = 64;
context->multi = PR_TRUE;
if (ctx == NULL)
crv = CKR_ARGUMENTS_BAD;
break;
}