X-Git-Url: https://git.syn-net.org/debian/?a=blobdiff_plain;f=src%2Fanytun-showtables.cpp;h=ff9b402bfa47161c13d96046f5831894ae4bc0aa;hb=ad05e83616ca7c348db398c0fd6d5c4acce49fae;hp=bbfad88352f834347d076c534f513003cb0576a0;hpb=012bc15ee82b75957d9284160fb0a0089396f0d4;p=anytun.git 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();