mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
ebc0b3ff5f
Fix Botan 3 build (#9388) * SymmetricCipher: Fix Botan 3 build Botan commit 819cf8fe6278a19b8266f449228f02fc28a4f784 changed Botan::Cipher_Dir to be a scoped enumeration, so the users must be adapted. This change causes no issues with Botan 2 because normal enumeration values can also be referred to the same way scoped enumeration values are accessed. * Auto detect Botan3 * AsyncTask: Do not use `std::result_of` `std::result_of` was deprecated in C++17 and then it was subsequently removed in C++20. One could use `std::invoke_result_t`, but let Qt figure out the return type instead. * Collapse Botan2 and Botan3 find package into one * Update COPYING |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
keepassxc_ar.ts | ||
keepassxc_bg.ts | ||
keepassxc_ca.ts | ||
keepassxc_cs.ts | ||
keepassxc_da.ts | ||
keepassxc_de.ts | ||
keepassxc_el.ts | ||
keepassxc_en_GB.ts | ||
keepassxc_en_US.ts | ||
keepassxc_en.ts | ||
keepassxc_es.ts | ||
keepassxc_et.ts | ||
keepassxc_fi.ts | ||
keepassxc_fr_CA.ts | ||
keepassxc_fr.ts | ||
keepassxc_he.ts | ||
keepassxc_hr.ts | ||
keepassxc_hu.ts | ||
keepassxc_id.ts | ||
keepassxc_it.ts | ||
keepassxc_ja.ts | ||
keepassxc_ko.ts | ||
keepassxc_lt.ts | ||
keepassxc_my.ts | ||
keepassxc_nb.ts | ||
keepassxc_nl.ts | ||
keepassxc_pl.ts | ||
keepassxc_pt_BR.ts | ||
keepassxc_pt_PT.ts | ||
keepassxc_ro.ts | ||
keepassxc_ru.ts | ||
keepassxc_si.ts | ||
keepassxc_sk.ts | ||
keepassxc_sl.ts | ||
keepassxc_sr.ts | ||
keepassxc_sv.ts | ||
keepassxc_th.ts | ||
keepassxc_tr.ts | ||
keepassxc_uk.ts | ||
keepassxc_zh_CN.ts | ||
keepassxc_zh_TW.ts |