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 or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3518#issuecomment-1646201389
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/3518/[email protected]>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to [email protected]

Reply via email to