mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Enable TLS compression.
This commit is contained in:
parent
687f95b305
commit
b95d0d3264
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ static void InitializeOpenSSL(void)
|
|||
SSL_library_init();
|
||||
SSL_load_error_strings();
|
||||
|
||||
SSL_COMP_get_compression_methods();
|
||||
|
||||
l_SSLInitialized = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue