]> git.ipfire.org Git - thirdparty/curl.git/commit
vtls: fix multissl-init
authorDaniel Stenberg <daniel@haxx.se>
Sat, 8 Feb 2025 09:45:31 +0000 (10:45 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 8 Feb 2025 10:24:27 +0000 (11:24 +0100)
commitf1939fa60d639b0568b038ecd649c87245f14fbe
tree251911805923a6fd714861568f3af80bbd977dfd
parent3be33a1a4777438e2ef9cca488322f789bdd40fd
vtls: fix multissl-init

Regression since and follow-up to 2bf48b48b3e564bcbf3249.

Don't call init functions set to NULL.

Fixes #16253
Reported-by: thisisgk on github
Closes #16258
lib/vtls/vtls.c