[Bug 960] spurious crypto command
ntp_config.c:
[Bug 960] spurious crypto command
bk: 474399abew3a_BpTuzEyuNOLopM0iQ
+* [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.
keysdir = my_config.auth.keysdir;
#ifdef OPENSSL
- if (cryptosw)
+ if (cryptosw) {
crypto_setup();
+ cryptosw = 0;
+ }
#endif /* OPENSSL */
/* Keys Command */