aboutsummaryrefslogtreecommitdiffstats
path: root/g10/call-agent.h
diff options
context:
space:
mode:
authorAndrey Jivsov <[email protected]>2011-01-11 04:24:14 +0000
committerAndrey Jivsov <[email protected]>2011-01-11 04:24:14 +0000
commit5761a9ba74e41f52660e20a1de700fe784c97832 (patch)
tree801bdb9203e0426dfc351399db679cce7920bde6 /g10/call-agent.h
parentFix bug #1311. (diff)
downloadgnupg-5761a9ba74e41f52660e20a1de700fe784c97832.tar.gz
gnupg-5761a9ba74e41f52660e20a1de700fe784c97832.zip
'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --debug 15 _e.asc', as well as decoding of an old message posted on https://sites.google.com/site/brainhub/pgpecckeys work.
This is the milestone 2 that brings in ECDH support from http://code.google.com/p/gnupg-ecc/source/detail?r=15 . This corresponds to the commit 899386826c85f1e757e75bcc5d5b2159d05676a0 in libgcrypt
Diffstat (limited to '')
-rw-r--r--g10/call-agent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/call-agent.h b/g10/call-agent.h
index 45e593bb8..e09c30990 100644
--- a/g10/call-agent.h
+++ b/g10/call-agent.h
@@ -168,7 +168,6 @@ gpg_error_t agent_pksign (ctrl_t ctrl, const char *cache_nonce,
/* Decrypt a ciphertext. */
gpg_error_t agent_pkdecrypt (ctrl_t ctrl, const char *keygrip, const char *desc,
gcry_sexp_t s_ciphertext,
- const byte sk_fp[MAX_FINGERPRINT_LEN],
unsigned char **r_buf, size_t *r_buflen);
/* Retrieve a key encryption key. */