From 260037222da092acd7bfbd7a1a7280d2615e10f1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 8 Jul 2016 01:42:47 +0200 Subject: fixe gcrypt warning for anytun-showtables as well --- src/anytun-showtables.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/anytun-showtables.cpp b/src/anytun-showtables.cpp index bbfad88..ff9b402 100644 --- a/src/anytun-showtables.cpp +++ b/src/anytun-showtables.cpp @@ -53,6 +53,7 @@ #include "routingTable.h" #include "networkAddress.h" #include "syncCommand.h" +#include "cryptinit.hpp" #include #include @@ -127,8 +128,9 @@ void readAndProcessOne() int main(int argc, char* argv[]) { - int ret = 0; + initCrypto(); + int ret = 0; while(std::cin.good()) { try { readAndProcessOne(); -- cgit v1.2.3