Fix missing SSL_IS_TLS13(s) usage
We should use the macro for testing if we are using TLSv1.3 rather than
checking s->version directly.
Reviewed-by:
Rich Salz <rsalz@openssl.org>
Loading
Please sign in to comment
URGENT! Gitlab maintenance operation scheduled for tomorrow 6th March at 9 a.m. (CEST). GitLab will be unavailable during a few minutes.
We should use the macro for testing if we are using TLSv1.3 rather than
checking s->version directly.
Reviewed-by:
Rich Salz <rsalz@openssl.org>