-
Notifications
You must be signed in to change notification settings - Fork 48
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
TLS1_3_VERSION needs to be ifdef'ed #70
Comments
I can confirm a compilation error on |
This was referenced Apr 15, 2021
Fixed by #73 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compilation of HEAD fails on openssl releases that don't define
TLS1_3_VERSION
. The code is in general careful by usingHAVE_TLS13
et al to avoid this but this is not the case inA quick fix is in
but a more systematic approach would be beneficial.
The text was updated successfully, but these errors were encountered: