summaryrefslogtreecommitdiffstats
path: root/demos/tunala/cb.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/tunala/cb.c')
-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 f35d8f75dc..cd32f74c70 100644
--- a/demos/tunala/cb.c
+++ b/demos/tunala/cb.c
@@ -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;