]> git.sur5r.net Git - bacula/bacula/commit
crypto: convert EVP_MD_CTX + EVP_CIPHER_CTX to OpenSSL 1.1
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Wed, 8 Nov 2017 20:01:45 +0000 (21:01 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 19 Nov 2017 15:59:12 +0000 (16:59 +0100)
commitdda3d22d5ad78cc0e9b0bae4a51361eda724f13b
treeffac227e4be70c9f1e3b234d1c544dc3724f86ea
parent49662a7989b3cc256a2a7e601c19f30a96cf6c25
crypto: convert EVP_MD_CTX + EVP_CIPHER_CTX to OpenSSL 1.1

Those digest structs became opaque and now they need to be allocated
and for access we need to use accessor functions.

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
bacula/src/lib/crypto.c