Constify.
authorGeoff Thorpe <geoff@openssl.org>
Fri, 4 Jan 2002 07:01:35 +0000 (07:01 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Fri, 4 Jan 2002 07:01:35 +0000 (07:01 +0000)
demos/tunala/cb.c

index ac7122da4f9803ecebd328bf0be95f2b6a7a21c4..f35d8f75dcf5ef004446a5a51a7c5e0527a5bcfa 100644 (file)
@@ -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)