Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> PR-URL: nodejs#41800 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
- Loading branch information