src: don't check failure with ERR_peek_error() · nodejs/node@761cf2b · GitHub
Skip to content

Commit 761cf2b

Browse files
committed
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 83d2b77 commit 761cf2b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/node_crypto.cc

Lines changed: 1 addition & 2 deletions

0 commit comments

Comments
 (0)