On Thu, Nov 25, 2021 at 11:42:01AM +0300, Dmitry Sivachenko wrote:
> On 24 Nov 2021, at 12:57, Christopher Faulet <[email protected]> wrote:
> > > > Hi,
> > > HAProxy 2.4.9 was released on 2021/11/23. It added 36 new commits
> > after version 2.4.8.
> > 
> Hello,
> version 2.4.9 fails to build with OpenSSL turned off:
>  src/server.c:207:51: error: no member named 'ssl_ctx' in 'struct server'
>         if (srv->mux_proto || srv->use_ssl != 1 || !srv->ssl_ctx.alpn_str) {
>                                                     ~~~  ^
> src/server.c:241:37: error: no member named 'ssl_ctx' in 'struct server'
>                 const struct ist alpn = ist2(srv->ssl_ctx.alpn_str,
>                                              ~~~  ^
> src/server.c:242:37: error: no member named 'ssl_ctx' in 'struct server'
>                                              srv->ssl_ctx.alpn_len);
>                                              ~~~  ^
> Version 2.4.8 builds fine.
> 
> 

Dmitry, the patches that Willy provided you should fix the issue. Now,
do you need a 2.4.10 to be emitted early with it or is it possible for
you to keep the patches in your tree so we can have a more substantial
list of change for a new version ?

-- 
Amaury Denoyelle

Reply via email to