提交 ba8b48e9 编写于 作者: M Matt Caswell

Fix no-tls1_2

Also fixes no-tls1_2-method, no-tls1_3, no-tls, no-ec
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6253)
上级 199dc0d3
......@@ -4693,11 +4693,11 @@ static int test_ticket_callbacks(int tst)
int testresult = 0;
#ifdef OPENSSL_NO_TLS1_2
if (tst % 2 == 0);
if (tst % 2 == 0)
return 1;
#endif
#ifdef OPENSSL_NO_TLS1_3
if (tst % 2 == 1);
if (tst % 2 == 1)
return 1;
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册