summaryrefslogtreecommitdiffstats
path: root/demos/tunala/tunala.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/tunala/tunala.h')
-rw-r--r--demos/tunala/tunala.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tunala/tunala.h b/demos/tunala/tunala.h
index 4271a4d4a8..b4c8ec78d8 100644
--- a/demos/tunala/tunala.h
+++ b/demos/tunala/tunala.h
@@ -143,7 +143,7 @@ void buffer_from_BIO(buffer_t *buf, BIO *bio);
void buffer_to_BIO(buffer_t *buf, BIO *bio);
/* Callbacks */
-void cb_ssl_info(SSL *s, int where, int ret);
+void cb_ssl_info(const SSL *s, int where, int ret);
void cb_ssl_info_set_output(FILE *fp); /* Called if output should be sent too */
int cb_ssl_verify(int ok, X509_STORE_CTX *ctx);
void cb_ssl_verify_set_output(FILE *fp);