diff options
author | Brent Cook <bcook@openbsd.org> | 2015-03-18 19:12:42 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-03-19 00:39:50 -0500 |
commit | dd646a3302e66f351111f3fe94d147269ca149fb (patch) | |
tree | 2043415672acb2d58d80a0c7e6d96c5458a76c4d /tls | |
parent | 1d62b3be371c3a1e3fb3aadc57291cf3f6c29858 (diff) | |
download | portable-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.am | 3 |
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 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
2 | 2 | ||
3 | if ENABLE_LIBTLS | ||
4 | lib_LTLIBRARIES = libtls.la | 3 | lib_LTLIBRARIES = libtls.la |
5 | 4 | ||
6 | EXTRA_DIST = VERSION | 5 | EXTRA_DIST = VERSION |
@@ -20,5 +19,3 @@ noinst_HEADERS = tls_internal.h | |||
20 | if !HAVE_STRSEP | 19 | if !HAVE_STRSEP |
21 | libtls_la_SOURCES += strsep.c | 20 | libtls_la_SOURCES += strsep.c |
22 | endif | 21 | endif |
23 | |||
24 | endif | ||