diff options
author | Werner Koch <[email protected]> | 2008-02-13 16:47:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-02-13 16:47:14 +0000 |
commit | 0819c1e8ca8b02a1191fc0087a8046bce6770fff (patch) | |
tree | fa756b18d2ec580b22b77f0ffec468be76ec79f1 /sm/certlist.c | |
parent | 2008-02-09 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-0819c1e8ca8b02a1191fc0087a8046bce6770fff.tar.gz gnupg-0819c1e8ca8b02a1191fc0087a8046bce6770fff.zip |
Always search missing certifcates using a running Dirmngr's cache.
Diffstat (limited to 'sm/certlist.c')
-rw-r--r-- | sm/certlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certlist.c b/sm/certlist.c index d4a351b6e..9574b8bdc 100644 --- a/sm/certlist.c +++ b/sm/certlist.c @@ -455,7 +455,7 @@ gpgsm_release_certlist (certlist_t list) /* Like gpgsm_add_to_certlist, but look only for one certificate. No - chain validation is done. If KEYID is not NULL it is take as an + chain validation is done. If KEYID is not NULL it is taken as an additional filter value which must match the subjectKeyIdentifier. */ int |