mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 13:27:17 +01:00
don't init GOST explicitly
This commit is contained in:
parent
23d95f89f6
commit
37b760be0c
|
@ -12,8 +12,7 @@ int main (int argc, char * argv[])
|
|||
return -1;
|
||||
}
|
||||
|
||||
i2p::crypto::InitCrypto (false);
|
||||
i2p::crypto::InitGost ();
|
||||
i2p::crypto::InitCrypto (false);
|
||||
|
||||
i2p::data::PrivateKeys keys;
|
||||
std::ifstream s(argv[1], std::ifstream::binary);
|
||||
|
@ -45,7 +44,6 @@ int main (int argc, char * argv[])
|
|||
delete[] buf;
|
||||
}
|
||||
|
||||
i2p::crypto::TerminateGost ();
|
||||
i2p::crypto::TerminateCrypto ();
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue