ssl: Remove unused server code

This commit is contained in:
TingPing
2015-01-30 21:25:41 -05:00
parent 85fd6f525e
commit 5fe2dda146
3 changed files with 4 additions and 4 deletions

View File

@@ -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);