diff options
Diffstat (limited to 'agent/agent.h')
-rw-r--r-- | agent/agent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h index 01e675b52..b95df5700 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -167,6 +167,10 @@ struct gpg-agent.c: If the value is less than 2 the name has not yet been malloced. */ int browser_socket; + + /* The digest algorithm to use for ssh fingerprints when + * communicating with the user. */ + int ssh_fingerprint_digest; } opt; |