2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

fix build against libressl

This commit is contained in:
John
2018-02-19 17:23:30 +01:00
committed by John Preston
parent 506b0806d6
commit 73c0c4507a
2 changed files with 3 additions and 1 deletions

View File

@@ -289,7 +289,9 @@ namespace ThirdParty {
av_lockmgr_register(nullptr);
CRYPTO_cleanup_all_ex_data();
#ifndef LIBRESSL_VERSION_NUMBER
FIPS_mode_set(0);
#endif
ENGINE_cleanup();
CONF_modules_unload(1);
ERR_remove_state(0);