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 <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 499171b commit e117c0fCopy full SHA for e117c0f
File tree
Expand file treeCollapse file tree
1 file changed
+1
-2
lines changedOpen diff view settings
Filter options
- src/crypto
Expand file treeCollapse file tree
1 file changed
+1
-2
lines changedOpen diff view settings
Collapse file
+1-2Lines changed: 1 addition & 2 deletions
| 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