commit | 4a640fb6c395302d7aad22833d573c44211b0a2d | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Wed Dec 23 00:47:28 2015 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Thu Jan 07 18:00:51 2016 +0000 |
tree | dd8f1928f7ed2e3a9db1362934e6b37bfd8e9e12 | |
parent | 411abf2dd37974a5baa54859c1abcd287b3c1181 [diff] [blame] |
Fix declarations and constification for inline stack. Reviewed-by: Richard Levitte <levitte@openssl.org>
diff --git a/test/ssltest.c b/test/ssltest.c index 58e0f82..44d0019 100644 --- a/test/ssltest.c +++ b/test/ssltest.c
@@ -1049,7 +1049,7 @@ SSL_CONF_CTX *s_cctx = NULL, *c_cctx = NULL; STACK_OF(OPENSSL_STRING) *conf_args = NULL; - const char *arg = NULL, *argn = NULL; + char *arg = NULL, *argn = NULL; verbose = 0; debug = 0;