Thanks!

I wonder if it would work to have:

static EVP_MD_CTX crypto_ctx = {0};

instead of:

EVP_MD_CTX *crypto_ctx = NULL;

And then get rid of using EVP_MD_CTX_new()/_free() functions. That makes it look very similar like the old variant.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3518/c1646201389@github.com>