]> code.citadel.org Git - citadel.git/commitdiff
When checking to see whether we have to rebind a new key and/or
authorArt Cancro <ajc@citadel.org>
Wed, 5 Jan 2022 18:49:17 +0000 (13:49 -0500)
committerArt Cancro <ajc@citadel.org>
Wed, 5 Jan 2022 18:49:17 +0000 (13:49 -0500)
certificate, the stored "previous value" is now the sum of the
existing key *and* certificate modification times.  This causes a
rebind to occur if either file's modification time is touched.
It does not matter if this rolls over on 32-bit systems because
we are only checking to see if the value changed, not for any
particular date comparison.


No differences found