Commit c41ed59
src: don't check failure with ERR_peek_error()
It's possible there is already an existing error on OpenSSL's error
stack that is unrelated to the EVP_DigestInit_ex() operation we just
executed.
Fixes: #4221
PR-URL: #4731
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Fedor Indutny <fedor@indutny.com>1 parent 188cff3 commit c41ed59Copy full SHA for c41ed59
File tree
Expand file treeCollapse file tree
1 file changed
+1
-2
lines changedOpen diff view settings
Filter options
- src
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 |
|---|---|---|
| ||
3440 | 3440 | |
3441 | 3441 | |
3442 | 3442 | |
3443 | | - |
3444 | | - |
| 3443 | + |
3445 | 3444 | |
3446 | 3445 | |
3447 | 3446 | |
|
0 commit comments