diff options
author | Werner Koch <[email protected]> | 2019-03-14 13:55:06 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-03-14 13:55:06 +0000 |
commit | bdda31a26bc69b6ee72e964510db113645de76ef (patch) | |
tree | e4e9f9b71a4b3a6cf64821f33f851bd2fcc559a4 /dirmngr/ks-engine-ldap.c | |
parent | gpg: Make rfc4880bis the default. (diff) | |
download | gnupg-bdda31a26bc69b6ee72e964510db113645de76ef.tar.gz gnupg-bdda31a26bc69b6ee72e964510db113645de76ef.zip |
kbx: Unify the fingerprint search modes.
* kbx/keybox-search-desc.h (KEYDB_SEARCH_MODE_FPR16)
(KEYDB_SEARCH_MODE_FPR20, KEYDB_SEARCH_MODE_FPR32): Remove. Switch
all users to KEYDB_SEARCH_MODE_FPR along with the fprlen value.
--
These search modes were added over time and there has until recently
be no incentive to remove the cruft. With the change for v5 keys I
finally went over all places and allowed the generic fingerprint mode
along with a given length of the fingerprint at all places.
Consequently the other modes can now be removed.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'dirmngr/ks-engine-ldap.c')
-rw-r--r-- | dirmngr/ks-engine-ldap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dirmngr/ks-engine-ldap.c b/dirmngr/ks-engine-ldap.c index d94bd5e25..d6af26ec4 100644 --- a/dirmngr/ks-engine-ldap.c +++ b/dirmngr/ks-engine-ldap.c @@ -376,8 +376,6 @@ keyspec_to_ldap_filter (const char *keyspec, char **filter, int only_exact) (ulong) desc.u.kid[0], (ulong) desc.u.kid[1]); break; - case KEYDB_SEARCH_MODE_FPR16: - case KEYDB_SEARCH_MODE_FPR20: case KEYDB_SEARCH_MODE_FPR: case KEYDB_SEARCH_MODE_ISSUER: case KEYDB_SEARCH_MODE_ISSUER_SN: |