wipeable_string: call memwipe directly

since the original reason for the indirect call (that memwipe
was not in contrib) is now gone
This commit is contained in:
moneromooo-monero 2018-01-31 12:25:30 +00:00
parent ed67e5c001
commit fde4489e1d
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 6 additions and 15 deletions

View file

@ -552,8 +552,6 @@ std::string get_nix_version_display_string()
}
bool on_startup()
{
wipeable_string::set_wipe(&memwipe);
mlog_configure("", true);
sanitize_locale();