mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-06-26 14:21:54 +00:00
maint(cryptography): remove extra new line
This commit is contained in:
@ -377,7 +377,6 @@ namespace utils
|
|||||||
rsa_free(&new_key);
|
rsa_free(&new_key);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
std::string out_data{};
|
std::string out_data{};
|
||||||
out_data.resize(std::max(ul(data.size() * 3), ul(0x100)));
|
out_data.resize(std::max(ul(data.size() * 3), ul(0x100)));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user