Commit e117c0f
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: #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]>1 parent 499171b commit e117c0f
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
| 125 | + | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
| |||
0 commit comments