remove a warning :)

This commit is contained in:
Thomas Bernard 2015-10-30 19:52:41 +01:00
parent 4afc6fcf7f
commit 4ed5bc6fee
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ static int verify_callback(int preverify_ok, X509_STORE_CTX *ctx)
int init_ssl(void) int init_ssl(void)
{ {
SSL_METHOD *method; const SSL_METHOD *method;
SSL_library_init(); SSL_library_init();
SSL_load_error_strings(); SSL_load_error_strings();
method = TLSv1_server_method(); method = TLSv1_server_method();