From 4b48bcacc9a242365e85ca788c4c966d8aeb1c10 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 2 Oct 2006 11:54:35 +0000 Subject: Fix for bug 537 --- sm/keydb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sm/keydb.c') diff --git a/sm/keydb.c b/sm/keydb.c index 8ba1287fc..da2ec4ac5 100644 --- a/sm/keydb.c +++ b/sm/keydb.c @@ -1420,13 +1420,13 @@ keydb_set_cert_flags (ksba_cert_t cert, int which, int idx, unsigned int value) /* Reset all the certificate flags we have stored with the certificates for performance reasons. */ void -keydb_clear_some_cert_flags (ctrl_t ctrl, STRLIST names) +keydb_clear_some_cert_flags (ctrl_t ctrl, strlist_t names) { gpg_error_t err; KEYDB_HANDLE hd = NULL; KEYDB_SEARCH_DESC *desc = NULL; int ndesc; - STRLIST sl; + strlist_t sl; int rc=0; unsigned int old_value, value; -- cgit v1.2.3