mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Re-enable TLS compression (again).
This commit is contained in:
parent
a831a15f52
commit
4c23245898
@ -35,6 +35,8 @@ static void InitializeOpenSSL(void)
|
||||
SSL_library_init();
|
||||
SSL_load_error_strings();
|
||||
|
||||
SSL_COMP_get_compression_methods();
|
||||
|
||||
l_SSLInitialized = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user