doc/
subfolder, the README file is autogenerated)From https://www.openssl.org/docs/man3.0/man7/migration_guide.html
Use of low-level digest functions such as SHA1_Init(3) have been informally
discouraged from use for a long time. Applications should instead use the
high level EVP APIs EVP_DigestInit_ex(3), EVP_DigestUpdate(3) and
EVP_DigestFinal_ex(3), or the quick one-shot EVP_Q_digest(3).
https://github.com/kamailio/kamailio/pull/3518
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.