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/mainproc.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/mainproc.c')
-rw-r--r-- | g10/mainproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index 8178db2ae..8707cd8c8 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -1837,7 +1837,7 @@ check_sig_and_print( CTX c, KBNODE node ) if(un->pkt->pkt.user_id->attrib_data) { - dump_attribs(un->pkt->pkt.user_id,pk,NULL); + dump_attribs (un->pkt->pkt.user_id, pk); if(opt.verify_options&VERIFY_SHOW_PHOTOS) show_photos(un->pkt->pkt.user_id->attribs, |