summaryrefslogtreecommitdiff
path: root/validator/val_kcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'validator/val_kcache.c')
-rw-r--r--validator/val_kcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/validator/val_kcache.c b/validator/val_kcache.c
index 68e8c3f619b6..6d4ad8f32a14 100644
--- a/validator/val_kcache.c
+++ b/validator/val_kcache.c
@@ -126,7 +126,7 @@ key_cache_search(struct key_cache* kcache, uint8_t* name, size_t namelen,
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)
+ uint16_t key_class, struct regional* region, time_t now)
{
/* keep looking until we find a nonexpired entry */
while(1) {