diff --git a/lib/hx509/keyset.c b/lib/hx509/keyset.c index c4f035ab8..4a96cff53 100644 --- a/lib/hx509/keyset.c +++ b/lib/hx509/keyset.c @@ -198,7 +198,7 @@ hx509_certs_store(hx509_context context, hx509_certs -_hx509_certs_ref(hx509_certs certs) +hx509_certs_ref(hx509_certs certs) { if (certs == NULL) return NULL;