aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keylist.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-03-19 15:27:29 +0000
committerWerner Koch <[email protected]>1998-03-19 15:27:29 +0000
commit6b91e7762c65097a103b2b17db304a4d85b3573d (patch)
tree4303dbf887db8130c58e1025cac3c8fe291c6ceb /g10/keylist.c
parentNEw test keyrings (diff)
downloadgnupg-6b91e7762c65097a103b2b17db304a4d85b3573d.tar.gz
gnupg-6b91e7762c65097a103b2b17db304a4d85b3573d.zip
some cleanups
Diffstat (limited to 'g10/keylist.c')
-rw-r--r--g10/keylist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/keylist.c b/g10/keylist.c
index 25573663a..3d209ecf8 100644
--- a/g10/keylist.c
+++ b/g10/keylist.c
@@ -107,6 +107,7 @@ list_one( const char *name )
goto leave;
}
+
/* get the keyid from the keyblock */
node = find_kbnode( keyblock, PKT_PUBLIC_CERT );
if( !node ) {