aboutsummaryrefslogtreecommitdiff
path: root/tls
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-03-18 19:12:42 -0500
committerBrent Cook <bcook@openbsd.org>2015-03-19 00:39:50 -0500
commitdd646a3302e66f351111f3fe94d147269ca149fb (patch)
tree2043415672acb2d58d80a0c7e6d96c5458a76c4d /tls
parent1d62b3be371c3a1e3fb3aadc57291cf3f6c29858 (diff)
downloadportable-dd646a3302e66f351111f3fe94d147269ca149fb.tar.gz
portable-dd646a3302e66f351111f3fe94d147269ca149fb.tar.bz2
portable-dd646a3302e66f351111f3fe94d147269ca149fb.zip
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@
Diffstat (limited to 'tls')
-rw-r--r--tls/Makefile.am3
1 files changed, 0 insertions, 3 deletions
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 @@
1include $(top_srcdir)/Makefile.am.common 1include $(top_srcdir)/Makefile.am.common
2 2
3if ENABLE_LIBTLS
4lib_LTLIBRARIES = libtls.la 3lib_LTLIBRARIES = libtls.la
5 4
6EXTRA_DIST = VERSION 5EXTRA_DIST = VERSION
@@ -20,5 +19,3 @@ noinst_HEADERS = tls_internal.h
20if !HAVE_STRSEP 19if !HAVE_STRSEP
21libtls_la_SOURCES += strsep.c 20libtls_la_SOURCES += strsep.c
22endif 21endif
23
24endif