From 15fc756face7b6b7909754f9b846f5d14728aee6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:12:36 +0200 Subject: Building with openssl. Signed-off-by: Daniel Baumann --- debian/control | 2 +- debian/rules | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 70768d0..8ab6e62 100644 --- a/debian/control +++ b/debian/control @@ -16,9 +16,9 @@ Build-Depends: autoconf-dickey, gettext, libbsd-dev, libbz2-dev, - libgnutls28-dev, libidn11-dev, libncursesw5-dev, + libssl-dev, openssh-client, sharutils, telnet | telnet-client, diff --git a/debian/rules b/debian/rules index b0ca680..7d7334f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND := -Wall -DNO_BUILDSTAMP -SSL=gnu -# uncomment the next line if you want openssl version -#SSL=ssl +SSL=ssl ifeq ($(SSL),gnu) CONFTLS := --with-gnutls=/usr -- cgit v1.2.3