aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certchain.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/certchain.c')
-rw-r--r--sm/certchain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/certchain.c b/sm/certchain.c
index f9751752f..05a6ace04 100644
--- a/sm/certchain.c
+++ b/sm/certchain.c
@@ -596,9 +596,9 @@ find_up (ctrl_t ctrl, KEYDB_HANDLE kh,
{
rc = keydb_search_issuer_sn (kh, s, authidno);
if (rc)
- keydb_search_reset (kh);
+ keydb_search_reset (kh);
- /* In case of an error, try to get the certifcate from the
+ /* In case of an error, try to get the certificate from the
dirmngr. That is done by trying to put that certifcate
into the ephemeral DB and let the code below do the
actual retrieve. Thus there is no error checking.