Fix build with libressl
This commit is contained in:
parent
5a9b31e7da
commit
ba4e998cf4
1 changed files with 5 additions and 3 deletions
|
@ -978,12 +978,14 @@ main(int argc, char **argv)
|
|||
CRYPTO_cleanup_all_ex_data();
|
||||
EVP_cleanup();
|
||||
CONF_modules_free();
|
||||
#ifndef OPENSSL_NO_COMP
|
||||
COMP_zlib_cleanup();
|
||||
#endif
|
||||
ERR_remove_state(0);
|
||||
ERR_free_strings();
|
||||
{
|
||||
sk_SSL_COMP_free(SSL_COMP_get_compression_methods());
|
||||
}
|
||||
#ifndef OPENSSL_NO_COMP
|
||||
sk_SSL_COMP_free(SSL_COMP_get_compression_methods());
|
||||
#endif
|
||||
/* end of OpenSSL cleanup code */
|
||||
|
||||
#if ENABLE_DBUS_1
|
||||
|
|
Loading…
Add table
Reference in a new issue