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

openssl: fix compiler warning with LibreSSL #4397

Closed
wants to merge 1 commit into from

Conversation

MarcelRaad
Copy link
Member

It was already fixed for BoringSSL in commit a0f8fcc.
LibreSSL has had the second argument to SSL_CTX_set_min_proto_version
as uint16_t ever since the function was added in [0].

[0] libressl/openbsd@56f1072

It was already fixed for BoringSSL in commit a0f8fcc.
LibreSSL has had the second argument to SSL_CTX_set_min_proto_version
as uint16_t ever since the function was added in [0].

[0] libressl/openbsd@56f1072
@MarcelRaad
Copy link
Member Author

The CI failures look unrelated to me.

@MarcelRaad MarcelRaad deleted the libressl_warning branch September 22, 2019 18:57
@lock lock bot locked as resolved and limited conversation to collaborators Dec 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants