diff options
Diffstat (limited to 'validator/val_kcache.h')
-rw-r--r-- | validator/val_kcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validator/val_kcache.h b/validator/val_kcache.h index c37cf1ecbafc..8f562109621a 100644 --- a/validator/val_kcache.h +++ b/validator/val_kcache.h @@ -106,7 +106,7 @@ void key_cache_remove(struct key_cache* kcache, */ struct key_entry_key* key_cache_obtain(struct key_cache* kcache, uint8_t* name, size_t namelen, uint16_t key_class, - struct regional* region, uint32_t now); + struct regional* region, time_t now); /** * Get memory in use by the key cache. |