summary refs log tree commit diff stats
path: root/src/common/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ssl.h')
-rw-r--r--src/common/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ssl.h b/src/common/ssl.h
index ce2f616c..e722f831 100644
--- a/src/common/ssl.h
+++ b/src/common/ssl.h
@@ -41,7 +41,7 @@ struct chiper_info {
     int chiper_bits;
 };
 
-SSL_CTX *_SSL_context_init (void (*info_cb_func), int server);
+SSL_CTX *_SSL_context_init (void (*info_cb_func));
 #define _SSL_context_free(a)	SSL_CTX_free(a);
 
 SSL *_SSL_socket (SSL_CTX *ctx, int sd);