diff options
Diffstat (limited to 'protocols/ssl_bogus.c')
-rw-r--r-- | protocols/ssl_bogus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ssl_bogus.c b/protocols/ssl_bogus.c index 1ee0df4c..3766baaa 100644 --- a/protocols/ssl_bogus.c +++ b/protocols/ssl_bogus.c @@ -27,7 +27,7 @@ int ssl_errno; -void *ssl_connect( char *host, int port, SslInputFunction func, gpointer data ) +void *ssl_connect( char *host, int port, ssl_input_function func, gpointer data ) { return( NULL ); } |