Skip to content

crypto: check return code from EVP_DigestUpdate

Rodrigo Muino Tomonari requested to merge github/fork/mhdawson/coverity12 into master

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

Merge request reports

Loading