summaryrefslogtreecommitdiffstats
path: root/g10/free-packet.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-02-02 15:06:19 +0100
committerWerner Koch <wk@gnupg.org>2010-02-02 15:06:19 +0100
commit8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0 (patch)
treea9ce6bafa8e38e858cb358debc967bb5436f0e15 /g10/free-packet.c
parentFixed a regression introduced with 2.0.14. (diff)
downloadgnupg2-8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0.tar.xz
gnupg2-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/free-packet.c')
-rw-r--r--g10/free-packet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/free-packet.c b/g10/free-packet.c
index 85f23ce3f..5da7fc0ac 100644
--- a/g10/free-packet.c
+++ b/g10/free-packet.c
@@ -471,6 +471,7 @@ cmp_secret_keys( PKT_secret_key *a, PKT_secret_key *b )
{
int n, i;
+ log_debug ("FIXME: %s Should not be used\n", __func__);
if( a->timestamp != b->timestamp )
return -1;
if( a->version < 4 && a->expiredate != b->expiredate )