Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: don't check failure with ERR_peek_error() #4731

Merged
merged 1 commit into from
Jan 18, 2016

Commits on Jan 18, 2016

  1. 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 <cjihrig@gmail.com>
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    bnoordhuis committed Jan 18, 2016
    3 Configuration menu
    Copy the full SHA
    761cf2b View commit details
    Browse the repository at this point in the history