{{ message }}
Commit 46f714f
crypto: check return code from EVP_DigestUpdate
Coverity was complaining that we did not check the
return code. We seem to check in the other place it
is called and the method already handles returning
a result.
Signed-off-by: Michael Dawson <mdawson@devrus.com>
PR-URL: #41800
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>1 parent 2efe9cb commit 46f714f
1 file changed
Lines changed: 1 addition & 2 deletions

0 commit comments