summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-04-06 01:04:43 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-04-06 01:04:43 +0200
commit4dd6796cc55ec427a8b94a062609a70a40ec13f9 (patch)
treeb3a5d4bb9d6f4a819470c5c46e29f0445a44e5f1 /src/Makefile.am
parentbf5f67aa09b23442600383327a64ad6be264dcf0 (diff)
Add fallback SSL implementation using OpenSSL
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7b1034c..c050770 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,6 +31,9 @@ libmitm_a_SOURCES = mitm.cc
if HAVE_MBEDTLS
libmitm_a_SOURCES += ssl_mbedtls.cc
endif
+if HAVE_OPENSSL
+libmitm_a_SOURCES += ssl_openssl.cc
+endif
libmitm_a_CXXFLAGS = $(AM_CXXFLAGS) @SSL_CFLAGS@
tp_genca_SOURCES = genca.cc logger.cc