From 7e9b90fb692b80df159992f62458c70c9fe36781 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 28 Mar 2017 22:53:04 +0200 Subject: Support compiling without SSL And prepare for other SSL implementations than mbedtls --- src/mitm_stub.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/mitm_stub.cc (limited to 'src/mitm_stub.cc') diff --git a/src/mitm_stub.cc b/src/mitm_stub.cc new file mode 100644 index 0000000..6f4dcb0 --- /dev/null +++ b/src/mitm_stub.cc @@ -0,0 +1,11 @@ +// -*- mode: c++; c-basic-offset: 2; -*- + +#include "common.hh" + +#include "mitm.hh" + +// static +Mitm* Mitm::create(Logger* UNUSED(logger), Config* UNUSED(config), + std::string const& UNUSED(cwd)) { + return nullptr; +} -- cgit v1.2.3-70-g09d2