Pre-Submission Checklist

Type Of Change

Checklist:

Description

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).


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/3518

Commit Summary

File Changes

(1 file)

Patch Links:


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@github.com>