hdb: Make maximum ticket lifetime and renew time signed integers
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 16 May 2023 05:07:07 +0000 (17:07 +1200)
committerJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 16 May 2023 05:09:42 +0000 (17:09 +1200)
commiteab5e036b71812c9e4c5cc52672ce9b14a9018d8
tree9fa4d6351b1cf84c94a98b13775bf60389476509
parentc15f7ea44b37325cc1b14437ea77ad480af1abb1
hdb: Make maximum ticket lifetime and renew time signed integers

This allows for negative lifetimes to be encoded, and fits in better
with our use elsewhere of time_t, which in POSIX is a signed integer
type.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
lib/hdb/hdb.asn1