diff options
author | Werner Koch <[email protected]> | 2010-02-02 14:06:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-02-02 14:06:19 +0000 |
commit | 8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0 (patch) | |
tree | a9ce6bafa8e38e858cb358debc967bb5436f0e15 /g10/photoid.c | |
parent | Fixed a regression introduced with 2.0.14. (diff) | |
download | gnupg-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 'g10/photoid.c')
-rw-r--r-- | g10/photoid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/photoid.c b/g10/photoid.c index 8aa4ad491..1ac1218d7 100644 --- a/g10/photoid.c +++ b/g10/photoid.c @@ -297,7 +297,7 @@ show_photos(const struct user_attribute *attrs, memset(&args,0,sizeof(args)); args.pk=pk; - args.sk=sk; + args.pksk=sk; args.validity_info=get_validity_info(pk,uid); args.validity_string=get_validity_string(pk,uid); |