diff --git a/lib/hx509/keyset.c b/lib/hx509/keyset.c index 808dfa59a..e48cfa511 100644 --- a/lib/hx509/keyset.c +++ b/lib/hx509/keyset.c @@ -499,7 +499,8 @@ hx509_certs_find(hx509_context context, * @param context a hx509 context. * @param certs certificate store to search. * @param q query allocated with @ref hx509_query functions. - * @param r the certificate store to add + * @param result the filtered certificate store, caller must free with + * hx509_certs_free(). * * @return Returns an hx509 error code. *