Fix my screwup in review.

I could have sworn that I did this in Gerrit's edit, but it apparently
didn't take.

Change-Id: I73049000d832709d88768754f8dec5ef32dc4a73
This commit is contained in:
Adam Langley 2015-07-06 19:35:44 -07:00
parent 2e40091dd4
commit 7ed35fb9fd

View File

@ -78,7 +78,6 @@ int ECDSA_verify(int type, const uint8_t *digest, size_t digest_len,
ECDSA_SIG *s;
int ret = 0;
uint8_t *der = NULL;
size_t der_len;
if (eckey->ecdsa_meth && eckey->ecdsa_meth->verify) {
return eckey->ecdsa_meth->verify(digest, digest_len, sig, sig_len, eckey);