X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Ft1_lib.c;h=31daa50d3ee6f115fb8a768745aa9532e5a0504a;hp=8cb018d65e7ff166e02800229268fc62be23af71;hb=1e2d4cb0e181ca6414b57c3e9a233bfa196d90a6;hpb=99cda4376e75382f2b585bcb569080a225273e49 diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 8cb018d65e..31daa50d3e 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -1010,7 +1010,7 @@ void ssl_set_client_disabled(SSL *s) c->mask_a = 0; c->mask_k = 0; /* Don't allow TLS 1.2 only ciphers if we don't suppport them */ - if (!SSL_USE_TLS1_2_CIPHERS(s)) + if (!SSL_CLIENT_USE_TLS1_2_CIPHERS(s)) c->mask_ssl = SSL_TLSV1_2; else c->mask_ssl = 0;