X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=keylookup%2Fkeylookup;h=a8754d3f48fffcc87c3e24679d4c3c044cffd819;hb=f09cfb5ddbcfaf4ba0247f86fadac60dc3a5e1b1;hp=e069289f670f75d6dce5d04783b11cc786331ff3;hpb=74b13ddc4ad8c157e7db53277692bff18db6117e;p=pgp-tools.git diff --git a/keylookup/keylookup b/keylookup/keylookup index e069289..a8754d3 100755 --- a/keylookup/keylookup +++ b/keylookup/keylookup @@ -99,6 +99,7 @@ sub getHits($) { while () { chomp; + if ( $_ eq "" ) { next; } my ($type, undef) = split /:/; if ($type eq 'pub') { my ($type, $keyid, $algo, $bits, $created, undef, $revoked) = split /:/;