From e1ae936e659820f84ec76238b258b0e54f7aa827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 4 Feb 2009 22:04:58 +0000 Subject: [PATCH] doxygen git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24583 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/keyset.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/hx509/keyset.c b/lib/hx509/keyset.c index 6d4902206..0a4bb9613 100644 --- a/lib/hx509/keyset.c +++ b/lib/hx509/keyset.c @@ -481,6 +481,10 @@ hx509_certs_find(hx509_context context, hx509_certs_end_seq(context, certs, cursor); if (ret) return ret; + /** + * Return HX509_CERT_NOT_FOUND if no certificate in certs matched + * the query. + */ if (c == NULL) { hx509_clear_error_string(context); return HX509_CERT_NOT_FOUND;