Fix another EVP_DigestVerify() instance
authorMatt Caswell <matt@openssl.org>
Fri, 23 Jun 2017 10:40:47 +0000 (11:40 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 23 Jun 2017 16:23:52 +0000 (17:23 +0100)
Following on from the previous commit this fixes another instance where
we need to treat a -ve return from EVP_DigestVerify() as a bad signature.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3756)


No differences found