Don't call the verify callback twice on success.
authorbeck <beck@openbsd.org>
Sun, 29 Aug 2021 17:13:15 +0000 (17:13 +0000)
committerbeck <beck@openbsd.org>
Sun, 29 Aug 2021 17:13:15 +0000 (17:13 +0000)
commit2b087d3bae69f0a2f12ee513e560b58515b1b5b4
tree62c30d3ae4a6cdbeb591cfd6f150434421e5b375
parent373545e4919b7a89e9fd7c053d4483558e31b22f
Don't call the verify callback twice on success.
This fixes a problem in the perl regress where it notices the
callback is called twice and complains.

ok tb@ bluhm@
lib/libcrypto/x509/x509_verify.c