aboutsummaryrefslogtreecommitdiffstats
path: root/src/keylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keylist.c')
-rw-r--r--src/keylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keylist.c b/src/keylist.c
index c0bf2155..7d4c706a 100644
--- a/src/keylist.c
+++ b/src/keylist.c
@@ -454,7 +454,7 @@ parse_sec_field15 (gpgme_key_t key, gpgme_subkey_t subkey, char *field)
subkey->secret = 0;
key->secret = 1;
}
- else if (strchr ("01234567890ABCDEFabcdef", *field))
+ else if (strchr ("0123456789ABCDEFabcdef", *field))
{
/* Fields starts with a hex digit; thus it is a serial number. */
key->secret = 1;