]> arthur.barton.de Git - ngircd-alex.git/commit
S2S-TLS/OpenSSL: Set the verification flags only once
authorAlexander Barton <alex@barton.de>
Tue, 2 Jan 2024 19:55:15 +0000 (20:55 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 23 Mar 2024 19:19:01 +0000 (20:19 +0100)
commit08647ab1e7cf0d034f2d8987a3cac3201af84e02
tree9e9eb0550576b6dfe0276d8d21192c3ff09446aa
parent84b019b11f761b71c8239d60e7f8db0b82a55df3
S2S-TLS/OpenSSL: Set the verification flags only once

Set the verification flags in the ConnSSL_SetVerifyProperties_openssl
function only, don't override them in ConnSSL_InitLibrary() afterwards.

No functional changes, now ConnSSL_SetVerifyProperties_openssl() sets
exactly the parameters which ConnSSL_InitLibrary() always overwrote ...
src/ngircd/conn-ssl.c