Cleanup mttest.c : make ssl_method a pointer to const
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit f4c73bfe0a
)
Conflicts:
crypto/threads/mttest.c
This commit is contained in:
parent
8ca211707a
commit
7ef465050e
@ -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 = SSLv23_method();
|
||||
const SSL_METHOD *ssl_method = SSLv23_method();
|
||||
|
||||
RAND_seed(rnd_seed, sizeof rnd_seed);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user