aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2002-01-04 07:01:35 +0000
committerGeoff Thorpe <geoff@openssl.org>2002-01-04 07:01:35 +0000
commit980afccf98a9ab6df7a26161b5a39538c30a2292 (patch)
treef3dcdb20ae1fdfa126797ecf936f23e696177af1 /demos
parent9bd2cd745fcb06921fdd284befef945e42e62a66 (diff)
downloadopenssl-980afccf98a9ab6df7a26161b5a39538c30a2292.tar.gz
Constify.
Diffstat (limited to 'demos')
-rw-r--r--demos/tunala/cb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tunala/cb.c b/demos/tunala/cb.c
index ac7122da4f..f35d8f75dc 100644
--- a/demos/tunala/cb.c
+++ b/demos/tunala/cb.c
@@ -19,7 +19,7 @@ static int int_verify_depth = 10;
* and "s_server" utilities. */
void cb_ssl_info(SSL *s, int where, int ret)
{
- char *str1, *str2;
+ const char *str1, *str2;
int w;
if(!fp_cb_ssl_info)