From: Rob Neal Date: Wed, 21 Nov 2007 02:36:27 +0000 (-0500) Subject: ChangeLog: X-Git-Tag: NTP_4_2_5P100~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=766b17082dcf0142bd7fa0aa2fadf285aeb7f531;p=thirdparty%2Fntp.git ChangeLog: [Bug 960] spurious crypto command ntp_config.c: [Bug 960] spurious crypto command bk: 474399abew3a_BpTuzEyuNOLopM0iQ --- diff --git a/ChangeLog b/ChangeLog index 46308f85d..36f1b7bad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 960] spurious syslog:crypto_setup:spurious crypto command * [Bug 961] refclock_tpro.c:tpro_poll() calls refclock_receive() twice. * [Bug 957] Windows only: Let command line parameters from the Windows SCM GUI override the standard parameters from the ImagePath registry key. diff --git a/ntpd/ntp_config.c b/ntpd/ntp_config.c index 30fef5d31..702918994 100644 --- a/ntpd/ntp_config.c +++ b/ntpd/ntp_config.c @@ -989,8 +989,10 @@ config_auth(void) keysdir = my_config.auth.keysdir; #ifdef OPENSSL - if (cryptosw) + if (cryptosw) { crypto_setup(); + cryptosw = 0; + } #endif /* OPENSSL */ /* Keys Command */