From: Alan T. DeKok Date: Wed, 22 Sep 2021 17:19:48 +0000 (-0400) Subject: fix data type here, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eefe552886c6f8e209f6112d6a0981cf7ff81911;p=thirdparty%2Ffreeradius-server.git fix data type here, too --- diff --git a/src/lib/tls/conf-h b/src/lib/tls/conf-h index bd0d46029b..4a4f2a8ae4 100644 --- a/src/lib/tls/conf-h +++ b/src/lib/tls/conf-h @@ -98,7 +98,7 @@ typedef struct { tmpl_t *id_name; //!< Context ID to allow multiple sessions stores to be defined. char context_id[SSL_MAX_SSL_SESSION_ID_LENGTH]; - uint32_t lifetime; //!< The maximum period a session can be resumed after. + fr_time_delta_t lifetime; //!< The maximum period a session can be resumed after. bool require_extms; //!< Only allow session resumption if the client/server //!< supports the extended master session key. This protects