1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +03:00

add OPENSSL_NO_COMP feature check

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
Andy Walsh 2018-07-26 13:21:10 +02:00
parent ed5ae4a8fe
commit 1b3f969fb0

View File

@ -3690,7 +3690,9 @@ void FreeCryptLibrary()
ERR_free_strings();
#ifndef OPENSSL_NO_COMP
SSL_COMP_free_compression_methods();
#endif
}
// Initialize the Crypt library