]> git.ipfire.org Git - thirdparty/bacula.git/commit
Tweak openssl initialisation order
authorAlain Spineux <alain@baculasystems.com>
Mon, 23 Nov 2020 12:21:40 +0000 (13:21 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:59 +0000 (09:02 +0100)
commit702a485fceffb43814f7247b8556fa67ffb0e775
treea4ec887cde0b71bc894f5420969b8b0c5e6fdf32
parent40d369572ed16970e4a94a8019af006f459e5001
Tweak openssl initialisation order

- We must test the result of SSL_CTX_new() ( and exit if there is an error)
  BEFORE to do the SSL_CTX_set_options
bacula/src/lib/tls.c