]> git.sur5r.net Git - bacula/bacula/commit
crypto: Add a tiny OpenSSL compat level
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Wed, 8 Nov 2017 13:40:12 +0000 (14:40 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 19 Nov 2017 15:53:52 +0000 (16:53 +0100)
commitd7fc615837f841083aef68e1e919fec13a6b43be
tree22a70ce8d1bd1fb4efdb372962978bed3c7c2d58
parent5f20ce1dd3cd79137ae7650bf2461be8d41c1a8b
crypto: Add a tiny OpenSSL compat level

This header file provides a few OpenSSL 1.1 functions which are not
available in OpenSSL 1.0.2 and earlier. The body of the function
implements the pre-1.1 version of the function provided in 1.1.

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
bacula/src/lib/crypto.c
bacula/src/lib/tls.c
src/lib/openssl-compat.h [new file with mode: 0644]