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:
parent
2e40091dd4
commit
7ed35fb9fd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user