security: Disable security temporarily
Refs: #1530
Change-Id: If46346f424c7413d29aa312a2d924dbcb97ee04e
diff --git a/src/communication/sync-logic-handler.hpp b/src/communication/sync-logic-handler.hpp
index 8fd29fe..05123ff 100644
--- a/src/communication/sync-logic-handler.hpp
+++ b/src/communication/sync-logic-handler.hpp
@@ -10,7 +10,7 @@
#include "sequencing-manager.hpp"
-class KeyManager;
+// class KeyManager;
extern "C" {
#include <unistd.h>
@@ -46,8 +46,8 @@
void
publishRoutingUpdate(SequencingManager& sm, string updatePrefix);
- void
- publishKeyUpdate(KeyManager& km);
+ // void
+ // publishKeyUpdate(KeyManager& km);
void
publishIdentityUpdate(string identityName);
@@ -67,8 +67,8 @@
processRoutingUpdateFromSync(std::string routerName, uint64_t seqNo,
Nlsr& pnlsr);
- void
- processKeysUpdateFromSync(std::string certName, uint64_t seqNo, Nlsr& pnlsr);
+ // void
+ // processKeysUpdateFromSync(std::string certName, uint64_t seqNo, Nlsr& pnlsr);
void
publishSyncUpdate(string updatePrefix, uint64_t seqNo);