]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl: separate the directory loading in a new function
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 6 Mar 2020 21:12:35 +0000 (22:12 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 10 Mar 2020 14:55:22 +0000 (15:55 +0100)
commit2d232c2131e97ba9e021974cb992ac2e6b03797b
tree3d4cfc59d54b847e12f7ac5623b13eff912b3cbd
parent4b61e694b4c07ff53732f70ee0ca83b08fe86bdc
CLEANUP: ssl: separate the directory loading in a new function

In order to store and cache the directory loading, the directory loading
was separated from ssl_sock_load_cert() and put in a new function
ssl_sock_load_cert_dir() to be more readable.

This patch only splits the function in two.
src/ssl_sock.c