bareos: master 9405b6e4

Author Committer Branch Timestamp Parent
Andreas Rogge Andreas Rogge master 2022-10-21 15:36 master a3f4e981 Pending
Changeset lib: dird: allow deprecated openssl calls

Introduce a macro to allow calling deprecated OpenSSL functionality,
mostly the old non-EVP interfaces.
Also allow calling EVP_md5() which is deprecated on Solaris only, so can
also re-enable the deprecated-declarations warning on Solaris, too.
mod - core/CMakeLists.txt Diff File
mod - core/src/dird/inc_conf.cc Diff File
mod - core/src/dird/job.cc Diff File
add - core/src/include/allow_deprecated.h Diff File
mod - core/src/lib/crypto_openssl.cc Diff File
mod - core/src/lib/crypto_wrap.cc Diff File
mod - core/src/lib/hmac.cc Diff File
mod - core/src/lib/res.cc Diff File
mod - core/src/lib/tls_openssl_private.cc Diff File
mod - core/src/lib/util.cc Diff File