commit | 2d232c2131e97ba9e021974cb992ac2e6b03797b | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri Mar 06 22:12:35 2020 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Mar 10 15:55:22 2020 +0100 |
tree | 3d4cfc59d54b847e12f7ac5623b13eff912b3cbd | |
parent | 4b61e694b4c07ff53732f70ee0ca83b08fe86bdc [diff] |
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.