aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
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:40:26 -0500
commitf705e901a5d97e2cff6428a89746c7d4eae4da75 (patch)
tree74df7a7951ff09459a477913549da3062c37e329 /Makefile.am
parent13034da4d88ffdfcc7e4dff72b0bf7c5db5cbb08 (diff)
downloadportable-f705e901a5d97e2cff6428a89746c7d4eae4da75.tar.gz
portable-f705e901a5d97e2cff6428a89746c7d4eae4da75.tar.bz2
portable-f705e901a5d97e2cff6428a89746c7d4eae4da75.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 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 45aa9cc..d3011ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,10 +2,6 @@ SUBDIRS = crypto ssl tls include apps tests man
2ACLOCAL_AMFLAGS = -I m4 2ACLOCAL_AMFLAGS = -I m4
3 3
4pkgconfigdir = $(libdir)/pkgconfig 4pkgconfigdir = $(libdir)/pkgconfig
5pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc 5pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc
6
7if ENABLE_LIBTLS
8pkgconfig_DATA += libtls.pc
9endif
10 6
11EXTRA_DIST = README README.windows VERSION config scripts 7EXTRA_DIST = README README.windows VERSION config scripts