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

LibreSSL: Ignore and discard missing config file warning #1138

Merged

Conversation

TinCanTech
Copy link
Collaborator

LibreSSL always warns about a missing config file, even when the command in use does not require a config file. eg. Command 'version'.

Redirect stderr to /dev/null and "erase" this warning.

LibreSSL always warns about a missing config file, even when the command
in use does not require a config file. eg. Command 'version'.

Redirect stderr to /dev/null and "erase" this warning.

Signed-off-by: Richard T Bonhomme <[email protected]>
@TinCanTech TinCanTech self-assigned this May 11, 2024
@TinCanTech TinCanTech added this to the v3.2.0 milestone May 11, 2024
@TinCanTech TinCanTech linked an issue May 11, 2024 that may be closed by this pull request
@TinCanTech TinCanTech merged commit bd468f5 into OpenVPN:master May 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove OPENSSL_CONF=/dev/null
1 participant