Re-enable TLS compression (again).

This commit is contained in:
Gunnar Beutner 2013-09-11 17:12:28 +02:00
parent a831a15f52
commit 4c23245898

View File

@ -35,6 +35,8 @@ static void InitializeOpenSSL(void)
SSL_library_init(); SSL_library_init();
SSL_load_error_strings(); SSL_load_error_strings();
SSL_COMP_get_compression_methods();
l_SSLInitialized = true; l_SSLInitialized = true;
} }