bk: 48b9fd59uxjZ8vO4WyJnYolFXrl3Ww
+* Changes from Dave Mills:
+ When LEAP_NOTINSYNC->LEAP_NOWARNING, call crypto_update() if we have
+ crypto_flags.
(4.2.5p125) 2008/08/18 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1052] Add linuxPPS support to ONCORE driver.
(4.2.5p124) 2008/08/17 Released by Harlan Stenn <stenn@ntp.org>
* leap bits. If crypto, the timer will goose the setup
* process.
*/
- if (sys_leap == LEAP_NOTINSYNC)
+ if (sys_leap == LEAP_NOTINSYNC) {
sys_leap = LEAP_NOWARNING;
+#ifdef OPENSSL
+ if (crypto_flags)
+ crypto_update();
+#endif /* OPENSSL */
+ }
sys_stratum = min(peer->stratum + 1, STRATUM_UNSPEC);
sys_rootdelay = peer->delay + peer->rootdelay;
sys_reftime = peer->dst;