updated build system
This commit is contained in:
@@ -806,11 +806,11 @@ auto encrypt_provider::read_file_bytes(const std::string &api_path,
|
||||
} else if (not reader_lookup_.contains(file_data.source_path)) {
|
||||
auto info{std::make_shared<reader_info>()};
|
||||
info->reader = std::make_unique<utils::encryption::encrypting_reader>(
|
||||
api_path, file_data.source_path,
|
||||
[&stop_requested]() -> bool {
|
||||
return stop_requested || app_config::get_stop_requested();
|
||||
},
|
||||
cfg.encryption_token, std::move(file_data.iv_list));
|
||||
api_path, file_data.source_path, cfg.encryption_token,
|
||||
std::move(file_data.iv_list));
|
||||
reader_lookup_[file_data.source_path] = info;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user