updated to 2.56.0

This commit is contained in:
orignal 2025-02-25 15:47:26 -05:00
parent a596d1f965
commit 33fce4b087
10 changed files with 12 additions and 12 deletions

View file

@ -12,7 +12,7 @@ int main (int argc, char * argv[])
return -1;
}
i2p::crypto::InitCrypto (false, true, false);
i2p::crypto::InitCrypto (false);
i2p::data::PrivateKeys keys;
std::ifstream s(argv[1], std::ifstream::binary);