From 0f6af4e9c20116629fa321e836cfa376619c433b Mon Sep 17 00:00:00 2001 From: Bruno Thomsen Date: Fri, 31 Jul 2020 18:11:36 +0200 Subject: chrony: nettle authentication support Use nettle crypto lib for stronger time packet authentication support. Signed-off-by: Bruno Thomsen Message-Id: <20200731161141.6155-2-bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich --- rules/chrony.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules/chrony.make') diff --git a/rules/chrony.make b/rules/chrony.make index 8c1034462..9f20c413d 100644 --- a/rules/chrony.make +++ b/rules/chrony.make @@ -44,8 +44,8 @@ CHRONY_CONF_OPT := \ --sysconfdir=/etc \ --disable-readline \ --without-editline \ - --disable-sechash \ - --without-nettle \ + $(call ptx/ifdef, PTXCONF_CHRONY_USE_NETTLE,,--disable-sechash) \ + $(call ptx/ifdef, PTXCONF_CHRONY_USE_NETTLE,,--without-nettle) \ --without-nss \ --without-tomcrypt \ --disable-cmdmon \ -- cgit v1.2.3