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:
parent
ed5ae4a8fe
commit
1b3f969fb0
@ -3690,7 +3690,9 @@ void FreeCryptLibrary()
|
||||
|
||||
ERR_free_strings();
|
||||
|
||||
#ifndef OPENSSL_NO_COMP
|
||||
SSL_COMP_free_compression_methods();
|
||||
#endif
|
||||
}
|
||||
|
||||
// Initialize the Crypt library
|
||||
|
Loading…
Reference in New Issue
Block a user