2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 15:05:56 +00:00

Move OpenSSL probing before crash reporter.

This commit is contained in:
John Preston
2024-04-24 19:12:46 +04:00
parent ef614150d5
commit c16d820b88
6 changed files with 2 additions and 15 deletions

View File

@@ -92,8 +92,6 @@ namespace ThirdParty {
FIPS_mode_set(0);
#endif
CONF_modules_unload(1);
Platform::ThirdParty::finish();
}
}