From dd646a3302e66f351111f3fe94d147269ca149fb Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 18 Mar 2015 19:12:42 -0500 Subject: enable libtls by default The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@ --- tls/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'tls') diff --git a/tls/Makefile.am b/tls/Makefile.am index f0919a5..e82a694 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am @@ -1,6 +1,5 @@ include $(top_srcdir)/Makefile.am.common -if ENABLE_LIBTLS lib_LTLIBRARIES = libtls.la EXTRA_DIST = VERSION @@ -20,5 +19,3 @@ noinst_HEADERS = tls_internal.h if !HAVE_STRSEP libtls_la_SOURCES += strsep.c endif - -endif -- cgit v1.2.3-55-g6feb