if (ret != 0) {
args->err_str = "invalid file";
return KNOT_EINVAL;
- } else if(!S_ISREG(st.st_mode)) {
+ } else if (!S_ISREG(st.st_mode)) {
args->err_str = "not a file";
return KNOT_EINVAL;
} else {
*
* \return false if there is a filter conflict, true otherwise.
*/
-
static bool eval_opposite_filters(ctl_args_t *args, bool *param, bool dflt,
int filter, int neg_filter)
{
int knot_quic_creds_cert(struct knot_quic_creds *creds, struct gnutls_x509_crt_int **cert);
/*!
- * \brief Init server TLS certificate for DoQ.
+ * \brief Deinit server TLS certificate for DoQ.
*/
void knot_quic_free_creds(struct knot_quic_creds *creds);