From a9695e71894fe9a6f5f0a6301bde444d24421fd7 Mon Sep 17 00:00:00 2001 From: Marcel Loose <loose@astron.nl> Date: Wed, 28 Nov 2012 11:04:09 +0000 Subject: [PATCH] Task #3204: Fixed problem with #include inside namespace. --- RTCP/IONProc/src/SSH.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/RTCP/IONProc/src/SSH.cc b/RTCP/IONProc/src/SSH.cc index a73c165bbd9..799c656aae5 100644 --- a/RTCP/IONProc/src/SSH.cc +++ b/RTCP/IONProc/src/SSH.cc @@ -43,10 +43,9 @@ #ifdef HAVE_LIBSSH2 #include <Scheduling.h> #include <Interface/SmartPtr.h> -#include <sstream> #include <sys/select.h> -#include <Common/lofar_string.h> #include <Stream/SocketStream.h> +#include <openssl/crypto.h> #endif using namespace std; @@ -431,8 +430,6 @@ void SSHconnection::commThread() } } -#include <openssl/crypto.h> - std::vector< SmartPtr<Mutex> > openssl_mutexes; static void lock_callback(int mode, int type, const char *file, int line) -- GitLab