aboutsummaryrefslogtreecommitdiff
path: root/dist.sh
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 /dist.sh
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 'dist.sh')
-rwxr-xr-xdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.sh b/dist.sh
index 27bd40a..ff740b7 100755
--- a/dist.sh
+++ b/dist.sh
@@ -3,5 +3,5 @@ set -e
3 3
4rm -f man/*.1 man/*.3 4rm -f man/*.1 man/*.3
5./autogen.sh 5./autogen.sh
6./configure --enable-libtls 6./configure
7make distcheck 7make distcheck