From 5fe2dda146df35003f3f41348036105b8b48ee44 Mon Sep 17 00:00:00 2001 From: TingPing Date: Fri, 30 Jan 2015 21:25:41 -0500 Subject: ssl: Remove unused server code --- src/common/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/ssl.h') 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); -- cgit 1.4.1