CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/02 07:01:37
Modified files:
sbin/iked : ikev2.c
Log message:
Use gettimeofday() instead of CLOCK_MONOTONIC in gettime(). The return value
is compared to one received via PFKEY which results in garbage.
Found by Rene Ammerlaan <rj (dot) ammerlaan (at) sungai (dot) nl>
ok patrick@
