diff options
Diffstat (limited to 'common/userids.c')
-rw-r--r-- | common/userids.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/userids.c b/common/userids.c index eb714a9af..5e2704362 100644 --- a/common/userids.c +++ b/common/userids.c @@ -256,7 +256,7 @@ classify_user_id (const char *name, KEYDB_SEARCH_DESC *desc, int openpgp_hack) case '^': /* UBID */ { - if (hex2bin (s+1, desc->u.ubid, 20) < 0) + if (hex2bin (s+1, desc->u.ubid, UBID_LEN) < 0) { rc = gpg_error (GPG_ERR_INV_USER_ID); /* Invalid. */ goto out; |