fix encription provider

This commit is contained in:
2023-12-13 10:02:05 -06:00
parent 63a6b3bdba
commit 0e83d84360
3 changed files with 93 additions and 72 deletions

View File

@@ -65,7 +65,7 @@ private:
static void create_item_meta(api_meta_map &meta, bool directory,
const api_file &file);
[[nodiscard]] auto
auto
process_directory_entry(const std::filesystem::directory_entry &dir_entry,
const encrypt_config &cfg,
std::string &api_path) const -> bool;