Commit c805f618 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix SSL_IS_TLS13(s)



The SSL_IS_TLS13() macro wasn't quite right. It would come back with true
in the case where we haven't yet negotiated TLSv1.3, but it could be
negotiated.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent cc24a22b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment