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 /include | |
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 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 31cc0ab..7e1ece2 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -28,6 +28,4 @@ noinst_HEADERS += sys/times.h | |||
28 | noinst_HEADERS += sys/types.h | 28 | noinst_HEADERS += sys/types.h |
29 | noinst_HEADERS += sys/uio.h | 29 | noinst_HEADERS += sys/uio.h |
30 | 30 | ||
31 | if ENABLE_LIBTLS | ||
32 | include_HEADERS = tls.h | 31 | include_HEADERS = tls.h |
33 | endif | ||