CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/14 21:56:14
Modified files:
sys/crypto : idgen.c
Log message:
idgen32(9): use time_uptime(9) for rekey timestamps, not time_second(9)
Timestamp contexts with a monotonic clock. time_second(9) can jump,
stretching or truncating our rekey interval. time_uptime(9) will not
jump around.
ok djm@
