add missing pro-forma return value

parent 50edd428
......@@ -633,6 +633,7 @@ crypto_err_cb(const char *s, size_t l, void *u)
VRT_CTX;
CAST_OBJ_NOTNULL(ctx, u, VRT_CTX_MAGIC);
VSLb(ctx->vsl, SLT_Debug, "crypto %.*s", l, s);
return (0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment