From 2834eba255d987f419628a839bd9faca62251d12 Mon Sep 17 00:00:00 2001 From: roberto Date: Thu, 11 Sep 2008 20:32:06 +0000 Subject: Makefile.inc already defines OPENSSL if crypto is available/wanted. PR: bin/127296 Submitted by: oliver MFC after: 3 days --- usr.sbin/ntp/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index 34003f9..518cd8c 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -1103,7 +1103,7 @@ #define ONCORE_SHMEM_STATUS 1 /* Use OpenSSL? */ -#define OPENSSL 1 +/* #undef OPENSSL */ /* Should we open the broadcast socket? */ #define OPEN_BCAST_SOCKET 1 -- cgit v1.1