bareos: dev 3479a233

Author Committer Branch Timestamp Parent
franku franku dev 2018-06-08 17:21 dev 70a66d81 Pending
Changeset cleanup: removed deprecated OpenSSL functions from build

using #if OPENSSL_VERSION_NUMBER < 0x10000000L because these functions
are deprecated since 1.0.0

in our actual openssl/crypto.h of 1.1.8 these functions are defined like this
and there is no compatible replacement:

    define CRYPTO_num_locks() (1)
    define CRYPTO_set_locking_callback(func)
    define CRYPTO_get_locking_callback() (NULL)
    define CRYPTO_set_add_lock_callback(func)
    define CRYPTO_get_add_lock_callback() (NULL)
mod - core/src/lib/crypto_openssl.cc Diff File