From 6a5be2524f0d31a601687e8b5d09b9af92848dac Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Mon, 13 Jun 2022 23:07:11 -0400 Subject: Unify writing of trustcache to new function --- trustcache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'trustcache.h') diff --git a/trustcache.h b/trustcache.h index 5b75459..3b1696a 100644 --- a/trustcache.h +++ b/trustcache.h @@ -40,6 +40,7 @@ struct trust_cache { #define CS_TRUST_CACHE_ANE 0x2 struct trust_cache opentrustcache(const char *path); +int writetrustcache(struct trust_cache cache, const char *path); struct trust_cache cache_from_tree(const char *path, uint32_t version); int tcinfo(int argc, char **argv); -- cgit v1.2.3