From: Geoff Thorpe Date: Fri, 4 Jan 2002 07:01:35 +0000 (+0000) Subject: Constify. X-Git-Tag: OpenSSL-engine-0_9_6c^2^2~122 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=980afccf98a9ab6df7a26161b5a39538c30a2292 Constify. --- 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)