diff --git a/lib/hx509/keyset.c b/lib/hx509/keyset.c index 6dfe6aaa7..792776925 100644 --- a/lib/hx509/keyset.c +++ b/lib/hx509/keyset.c @@ -251,7 +251,7 @@ hx509_certs_find(hx509_context context, break; if (c == NULL) break; -x if (_hx509_query_match_cert(context, q, c)) { + if (_hx509_query_match_cert(context, q, c)) { *r = c; break; }