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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b63be51edbbb46158b2baef97c190d161671c83b;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 620a0adef8..eb4ba08e37 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 */