Fix: nums type in dst_keys

This was isc_stdtime_t but should be uint32_t.
This commit is contained in:
Matthijs Mekking
2019-09-11 13:46:02 +02:00
parent e6ee5486ca
commit 68e8741c98

View File

@@ -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 */