X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=demos%2Ftunala%2Ftunala.h;fp=demos%2Ftunala%2Ftunala.h;h=b4c8ec78d8acfa727efbb1254b828704e26d38c9;hp=4271a4d4a817d625378e9ce10980bd3b87bb8083;hb=062d3e39e78dc8e2536822521c64ff38e44ddab4;hpb=e29f478a7ae56f60ac1a65fe85d8fa226f2aa6e0 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);