Fix declaration to static

parent 501a5dcf
......@@ -248,7 +248,7 @@ vmod_key_use(VRT_CTX, struct VPFX(crypto_key) *k)
return (VRT_blob(ctx, "xkey.use()", k, sizeof *k, CRYPTO_KEY_BLOB));
}
EVP_PKEY *
static EVP_PKEY *
pkey_blob(VRT_CTX, VCL_BLOB blob)
{
struct VPFX(crypto_key) *k;
......
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