projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb8abd6
)
Cleanup mttest.c : make ssl_method a pointer to const
author
Richard Levitte
<levitte@openssl.org>
Sun, 21 Jun 2015 17:12:33 +0000
(19:12 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 21 Jun 2015 19:45:47 +0000
(21:45 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/threads/mttest.c
patch
|
blob
|
history
diff --git
a/crypto/threads/mttest.c
b/crypto/threads/mttest.c
index 01b587880b5f86ecb7a1851ed25bd008364ebd77..0ad8d0fe1832e4c19ebe7c3ae7d64eae6b92c763 100644
(file)
--- a/
crypto/threads/mttest.c
+++ b/
crypto/threads/mttest.c
@@
-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);