projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix declarations and constification for inline stack.
[openssl.git]
/
test
/
ssltest.c
diff --git
a/test/ssltest.c
b/test/ssltest.c
index
58e0f82
..
44d0019
100644
(file)
--- a/
test/ssltest.c
+++ b/
test/ssltest.c
@@
-1049,7
+1049,7
@@
int main(int argc, char *argv[])
SSL_CONF_CTX *s_cctx = NULL, *c_cctx = NULL;
STACK_OF(OPENSSL_STRING) *conf_args = NULL;
- c
onst c
har *arg = NULL, *argn = NULL;
+ char *arg = NULL, *argn = NULL;
verbose = 0;
debug = 0;