Skip to content
Snippets Groups Projects
Commit a9695e71 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #3204: Fixed problem with #include inside namespace.

parent d241c2c4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment