diff options
Diffstat (limited to 'agent/protect.c')
-rw-r--r-- | agent/protect.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/agent/protect.c b/agent/protect.c index b92b015df..3e08f9a93 100644 --- a/agent/protect.c +++ b/agent/protect.c @@ -1697,6 +1697,11 @@ agent_get_shadow_info_type (const unsigned char *shadowkey, if (shadow_info) *shadow_info = s; } + else if (smatch(&s, n, "tkd-v1")) + { + if (shadow_info) + *shadow_info = NULL; + } else return gpg_error (GPG_ERR_UNSUPPORTED_PROTOCOL); s = saved_s; |