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

build: add check for empty openssl-fips flag #25391

Closed
wants to merge 1 commit into from

Commits on Jan 8, 2019

  1. build: add check for empty openssl-fips flag

    Currently, when specifying the --openssl-fips flag without any path
    , or an empty path, does not generate an error. If a path is specified
    then the following error is generated:
    
    ERROR: FIPS is not supported in this version of Node.js
    
    This commit adds a check so that the error is generated even if the
    path is empty.
    danbev committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    fec2ab2 View commit details
    Browse the repository at this point in the history