Commit 701fbd2
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: nodejs#4221
PR-URL: nodejs#4731
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Fedor Indutny <[email protected]>1 parent a9fde1d commit 701fbd2
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3611 | 3611 | | |
3612 | 3612 | | |
3613 | 3613 | | |
3614 | | - | |
3615 | | - | |
| 3614 | + | |
3616 | 3615 | | |
3617 | 3616 | | |
3618 | 3617 | | |
| |||
0 commit comments