mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed build error
This commit is contained in:
@@ -122,7 +122,7 @@ namespace i2p
|
|||||||
i2p::crypto::InitCrypto (precomputation);
|
i2p::crypto::InitCrypto (precomputation);
|
||||||
|
|
||||||
int netID; i2p::config::GetOption("netid", netID);
|
int netID; i2p::config::GetOption("netid", netID);
|
||||||
if (netID != 2) i2p::crypto::InitGost () // init GOST for own darknet
|
if (netID != 2) i2p::crypto::InitGost (); // init GOST for own darknet
|
||||||
i2p::context.SetNetID (netID);
|
i2p::context.SetNetID (netID);
|
||||||
i2p::context.Init ();
|
i2p::context.Init ();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user