aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tunala/cb.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2002-01-17 01:51:37 +0000
committerGeoff Thorpe <geoff@openssl.org>2002-01-17 01:51:37 +0000
commit062d3e39e78dc8e2536822521c64ff38e44ddab4 (patch)
tree7c0b830d8623c334071685ff5dacfe7a9c149416 /demos/tunala/cb.c
parente29f478a7ae56f60ac1a65fe85d8fa226f2aa6e0 (diff)
downloadopenssl-062d3e39e78dc8e2536822521c64ff38e44ddab4.tar.gz
Correct for the recent prototype changes.
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;