aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-02-02 14:06:19 +0000
committerWerner Koch <[email protected]>2010-02-02 14:06:19 +0000
commit8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0 (patch)
treea9ce6bafa8e38e858cb358debc967bb5436f0e15 /g10/packet.h
parentFixed a regression introduced with 2.0.14. (diff)
downloadgnupg-8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0.tar.gz
gnupg-8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0.zip
Various changes to eventually support openpgp keys in pgp-agent.
Comment fixes. Minor chnages in preparation of a W32CE port.
Diffstat (limited to '')
-rw-r--r--g10/packet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/packet.h b/g10/packet.h
index 2ceaba4f3..a97fe07a3 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -501,7 +501,7 @@ int ask_for_detached_datafile( gcry_md_hd_t md, gcry_md_hd_t md2,
/*-- sign.c --*/
int make_keysig_packet( PKT_signature **ret_sig, PKT_public_key *pk,
PKT_user_id *uid, PKT_public_key *subpk,
- PKT_secret_key *sk, int sigclass, int digest_algo,
+ PKT_public_key *pksk, int sigclass, int digest_algo,
int sigversion, u32 timestamp, u32 duration,
int (*mksubpkt)(PKT_signature *, void *),
void *opaque );
@@ -510,7 +510,7 @@ int update_keysig_packet( PKT_signature **ret_sig,
PKT_public_key *pk,
PKT_user_id *uid,
PKT_public_key *subpk,
- PKT_secret_key *sk,
+ PKT_public_key *pksk,
int (*mksubpkt)(PKT_signature *, void *),
void *opaque );