diff options
| author | Werner Koch <[email protected]> | 2010-04-21 16:26:17 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2010-04-21 16:26:17 +0000 |
| commit | a1412b05debe693e6aabaf2c2c337bc33f7dfd41 (patch) | |
| tree | 214dc8928b73aaa385d69eaa180164318ff0bb93 /agent/agent.h | |
| parent | Disable card support for now (diff) | |
| download | gnupg-a1412b05debe693e6aabaf2c2c337bc33f7dfd41.tar.gz gnupg-a1412b05debe693e6aabaf2c2c337bc33f7dfd41.zip | |
More changes on the way to remove secring.gpg.
Diffstat (limited to 'agent/agent.h')
| -rw-r--r-- | agent/agent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h index ea0d49465..3f0c19561 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -232,6 +232,7 @@ gpg_error_t agent_key_from_file (ctrl_t ctrl, gpg_error_t agent_public_key_from_file (ctrl_t ctrl, const unsigned char *grip, gcry_sexp_t *result); +int agent_is_dsa_key (gcry_sexp_t s_key); int agent_key_available (const unsigned char *grip); gpg_error_t agent_key_info_from_file (ctrl_t ctrl, const unsigned char *grip, int *r_keytype, |
