Skip to content

TLS1_3_VERSION must be ifdef'ed#69

Closed
lindig wants to merge 1 commit into
savonet:masterfrom
lindig:tls-version
Closed

TLS1_3_VERSION must be ifdef'ed#69
lindig wants to merge 1 commit into
savonet:masterfrom
lindig:tls-version

Conversation

@lindig
Copy link
Copy Markdown

@lindig lindig commented Feb 16, 2021

Symbol TLS1_3_VERSION is not available in all openssl releases and
therefore must be ifdef'ed to avoid a compilation error.

This is just a quick fix. I believe the correct thing to do is to use HAVE_TLS13 et al. to guard each of the cases in this match.

Signed-off-by: Christian Lindig christian.lindig@citrix.com

@smorimoto
Copy link
Copy Markdown

#63 has a same change as well.

Symbol TLS1_3_VERSION is not available in all openssl releases and
therefore must be ifdef'ed to avoid compilation error.

Signed-off-by: Christian Lindig <christian.lindig@citrix.com>
@lindig
Copy link
Copy Markdown
Author

lindig commented Feb 16, 2021

That fix is actually more comprehensive - so we can disregard my pull request.

@psafont
Copy link
Copy Markdown
Contributor

psafont commented Nov 12, 2021

This change was merged in #73

@smimram smimram closed this Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants