MINOR: ssl: don't alloc ssl_conf if no option found
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 10 Apr 2020 15:20:45 +0000 (17:20 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 10 Apr 2020 15:43:58 +0000 (17:43 +0200)
commit1b2988bc42c336623c14ab7aac9368c55df6e9d8
tree35d3b4516f3848c562387be8bcada0aba24e5d3a
parent87a0db9993b057b1fe7309ddedda7de0f55d6be2
MINOR: ssl: don't alloc ssl_conf if no option found

When no SSL options were found between brackets, the structure ssl_conf
was still allocated for nothing.
src/ssl_sock.c