Correct for the recent prototype changes.
[openssl.git] / demos / tunala / cb.c
index f35d8f75dcf5ef004446a5a51a7c5e0527a5bcfa..cd32f74c70a2c723af58faf69ee0f34e7e75fdb6 100644 (file)
@@ -17,7 +17,7 @@ static int int_verify_depth = 10;
 
 /* This function is largely borrowed from the one used in OpenSSL's "s_client"
  * and "s_server" utilities. */
-void cb_ssl_info(SSL *s, int where, int ret)
+void cb_ssl_info(const SSL *s, int where, int ret)
 {
        const char *str1, *str2;
        int w;