Fix: nums type in dst_keys
This was isc_stdtime_t but should be uint32_t.
This commit is contained in:
@@ -108,7 +108,7 @@ struct dst_key {
|
||||
|
||||
isc_stdtime_t times[DST_MAX_TIMES + 1]; /*%< timing metadata */
|
||||
bool timeset[DST_MAX_TIMES + 1]; /*%< data set? */
|
||||
isc_stdtime_t nums[DST_MAX_NUMERIC + 1]; /*%< numeric metadata */
|
||||
uint32_t nums[DST_MAX_NUMERIC + 1]; /*%< numeric metadata */
|
||||
bool numset[DST_MAX_NUMERIC + 1]; /*%< data set? */
|
||||
bool inactive; /*%< private key not present as it is
|
||||
inactive */
|
||||
|
||||
Reference in New Issue
Block a user