mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-17 17:55:28 +03:00
sync code
This commit is contained in:
@@ -871,7 +871,8 @@ decodeBase64Chunk(
|
||||
std::string::const_iterator it,
|
||||
std::string::const_iterator end,
|
||||
std::string &decoded,
|
||||
bool clear_on_error = true);
|
||||
bool clear_on_error = true,
|
||||
bool called_with_prefix = false);
|
||||
|
||||
bool
|
||||
b64DecodeChunk(
|
||||
|
||||
Reference in New Issue
Block a user