diff options
Diffstat (limited to 'g10/keygen.c')
-rw-r--r-- | g10/keygen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keygen.c b/g10/keygen.c index 2f8528278..3efdf94a3 100644 --- a/g10/keygen.c +++ b/g10/keygen.c @@ -4079,7 +4079,7 @@ parse_revocation_key (const char *fname, pn++; - for(i=0;i<MAX_FINGERPRINT_LEN && *pn;i++,pn+=2) + for(i=0;i<MAX_FINGERPRINT_LEN && *pn && !spacep (pn);i++,pn+=2) { int c=hextobyte(pn); if(c==-1) |