提交 f4c73bfe 编写于 作者: R Richard Levitte

Cleanup mttest.c : make ssl_method a pointer to const

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 bb8abd67
......@@ -189,7 +189,7 @@ int main(int argc, char *argv[])
SSL_CTX *c_ctx = NULL;
char *scert = TEST_SERVER_CERT;
char *ccert = TEST_CLIENT_CERT;
SSL_METHOD *ssl_method = TLS_method();
const SSL_METHOD *ssl_method = TLS_method();
RAND_seed(rnd_seed, sizeof rnd_seed);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册