From d6e037dd28f66ccd79aad5ab296562e523ac6e1e Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 19 Feb 2017 19:31:37 -0500 Subject: [PATCH] fixed build error --- Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Daemon.cpp b/Daemon.cpp index 5abadcb8..74d3f859 100644 --- a/Daemon.cpp +++ b/Daemon.cpp @@ -122,7 +122,7 @@ namespace i2p i2p::crypto::InitCrypto (precomputation); 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.Init ();