diff options
Diffstat (limited to '')
-rw-r--r-- | support/ab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/ab.c b/support/ab.c index 3e10295096..58299a3db2 100644 --- a/support/ab.c +++ b/support/ab.c @@ -1178,7 +1178,7 @@ static void start_connect(struct connection * c) SSL_set_connect_state(c->ssl); if (verbosity >= 4) { BIO_set_callback(bio, ssl_print_cb); - BIO_set_callback_arg(bio, bio_err); + BIO_set_callback_arg(bio, (void *)bio_err); } } else { c->ssl = NULL; |