]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: ssl: move 'generate-certificates' code to ssl_gencert.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 12 Jan 2024 14:23:49 +0000 (15:23 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 12 Jan 2024 16:40:42 +0000 (17:40 +0100)
commit83a0cde20745bc2fb8ee5cc434bbc3dc0e0a38c2
tree6303017fe3cc2c28b45ecba8a6454fd75ce42cbf
parentb80635a7e06afd30d7ba969e76edb46d9ae5aef7
REORG: ssl: move 'generate-certificates' code to ssl_gencert.c

A lot of code specific to the 'generate-certificates' option was left in
ssl_sock.c.

Move the code to 'ssl_gencert.c' and 'ssl_gencert.h'
Makefile
include/haproxy/ssl_gencert.h [new file with mode: 0644]
include/haproxy/ssl_sock.h
src/ssl_gencert.c [new file with mode: 0644]
src/ssl_sock.c