From: Harlan Stenn Date: Wed, 19 Sep 2007 18:40:52 +0000 (-0400) Subject: [Bug 916] 'cryptosw' is undefined if built without OpenSSL X-Git-Tag: NTP_4_2_5P79~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=571b09c2f79bf2965df67ba7a94d664ad854c72a;p=thirdparty%2Fntp.git [Bug 916] 'cryptosw' is undefined if built without OpenSSL bk: 46f16d34RdOJn4TVt55_LxksSjbRgg --- diff --git a/ntpd/ntp_config.c b/ntpd/ntp_config.c index 620a0adef..eb4ba08e3 100644 --- a/ntpd/ntp_config.c +++ b/ntpd/ntp_config.c @@ -184,9 +184,7 @@ int old_config_style = 1; /* A boolean flag, which when set, * format with a newline at the end of * every command is being used */ -#ifdef OPENSSL int cryptosw; /* crypto command called */ -#endif extern int sys_maxclock; extern char *stats_drift_file; /* name of the driftfile */