aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/crlcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'dirmngr/crlcache.h')
-rw-r--r--dirmngr/crlcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dirmngr/crlcache.h b/dirmngr/crlcache.h
index 0e60def8f..7db8f01cc 100644
--- a/dirmngr/crlcache.h
+++ b/dirmngr/crlcache.h
@@ -27,6 +27,7 @@ typedef enum
CRL_CACHE_VALID = 0,
CRL_CACHE_INVALID,
CRL_CACHE_DONTKNOW,
+ CRL_CACHE_NOTTRUSTED,
CRL_CACHE_CANTUSE
}
crl_cache_result_t;