diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-02-09 16:00:33 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-02-09 16:00:33 +0900 |
commit | 7a22f5e8cd3e5a40c2a3a8e87a95bd98a64e7cb2 (patch) | |
tree | 869d29746d3e966b0f25816b291a32306e2c7446 /agent/protect-tool.c | |
parent | 435d1f5256782583b8b427cd7b07f71dca58b6bd (diff) | |
download | gpg2-7a22f5e8cd3e5a40c2a3a8e87a95bd98a64e7cb2.tar.gz gpg2-7a22f5e8cd3e5a40c2a3a8e87a95bd98a64e7cb2.tar.bz2 gpg2-7a22f5e8cd3e5a40c2a3a8e87a95bd98a64e7cb2.zip |
Imported Upstream version 2.2.6upstream/2.2.6
Diffstat (limited to 'agent/protect-tool.c')
-rw-r--r-- | agent/protect-tool.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c index a193e49..ec7b476 100644 --- a/agent/protect-tool.c +++ b/agent/protect-tool.c @@ -749,8 +749,9 @@ agent_key_available (const unsigned char *grip) } char * -agent_get_cache (const char *key, cache_mode_t cache_mode) +agent_get_cache (ctrl_t ctrl, const char *key, cache_mode_t cache_mode) { + (void)ctrl; (void)key; (void)cache_mode; return NULL; |