]> git.kaiwu.me - haproxy.git/commit
MINOR: ssl: change visibility of ssl_stats_module
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 23 Dec 2024 09:58:56 +0000 (10:58 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 23 Dec 2024 10:23:00 +0000 (11:23 +0100)
commit0e6af9723333709ce604007f294848c8926ac851
treea6452b794d119479ff297415981d67c3285f14c8
parent29b6d8af16884bb8f0b5cd83a3752980df8548d0
MINOR: ssl: change visibility of ssl_stats_module

In order to add stats from other files, the ssl_stats_module need to be
visible from other files.

This moves the ssl_counters definition in ssl_sock-t.h and removes the
static of ssl_stats_module.
include/haproxy/ssl_sock-t.h
include/haproxy/ssl_sock.h
src/ssl_sock.c