updated to 2.51.0

This commit is contained in:
orignal 2024-05-07 18:13:03 -04:00
parent cf0c9c9d74
commit d7a079ad64
10 changed files with 17 additions and 12 deletions

View file

@ -14,7 +14,7 @@ int main (int argc, char * argv[])
std::cout << "Usage: offlinekeys <output file> <keys file> <signature type> <days>" << std::endl;
return -1;
}
i2p::crypto::InitCrypto (false, true, true, false);
i2p::crypto::InitCrypto (false, true, false);
std::string fname(argv[2]);
i2p::data::PrivateKeys keys;