maint(cryptography): remove extra new line

This commit is contained in:
6arelyFuture 2023-06-21 20:24:42 +02:00 committed by GitHub
parent 2281977b29
commit 7dcdc2e577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -377,7 +377,6 @@ namespace utils
rsa_free(&new_key);
});
std::string out_data{};
out_data.resize(std::max(ul(data.size() * 3), ul(0x100)));