From: Ilya Lesokhin <il...@mellanox.com>
Date: Thu, 10 Aug 2017 13:33:16 +0300

> +#if IS_ENABLED(CONFIG_IPV6)
> +     build_protos(tls_prots[TLSV6], &tcpv6_prot);
> +#endif
>  

Have you tested this with CONFIG_TLS=m and CONFIG_IPV6=m?

I bet it doesn't link.

How about CONFIG_IPV6=m and CONFIG_TLS=y?  That won't
work either.

In fact TLS has no Kconfig dependency whatsoever on IPV6.

Reply via email to