commit | 1329f2a12a4dc24f992d2cbc6628fa55df132b3a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 16 17:32:56 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | 388b2650f125d04accb394c257d064bbc1a86eb6 | |
parent | e2b38b31bb90bfe12b2d5dc348510e39e0c52775 [diff] [blame] |
REORG: conn_stream: move conn-stream stuff in dedicated files Move code dealing with the conn-streams in dedicated files.
diff --git a/src/ssl_sample.c b/src/ssl_sample.c index 191c54a..0ba14e9 100644 --- a/src/ssl_sample.c +++ b/src/ssl_sample.c
@@ -25,6 +25,7 @@ #include <haproxy/arg.h> #include <haproxy/base64.h> #include <haproxy/buf-t.h> +#include <haproxy/conn_stream.h> #include <haproxy/obj_type.h> #include <haproxy/openssl-compat.h> #include <haproxy/sample.h>