Hi Denis, On Fri, 14 Dec 2018 at 16:53, Denis Kenzior wrote: > On 12/13/2018 01:57 PM, Andrew Zaborowski wrote: > > --- > > ell/tls-private.h | 3 +++ > > ell/tls.c | 17 +++++++++++------ > > 2 files changed, 14 insertions(+), 6 deletions(-) > > > > ell/tls.c: In function ‘tls_cipher_suite_is_compatible’: > ell/tls.c:540:34: error: ‘L_TLS_V12’ undeclared (first use in this > function); did you mean ‘TLS_V12’? > if (negotiated && negotiated < L_TLS_V12) { > ^~~~~~~~~ > TLS_V12 > ell/tls.c:540:34: note: each undeclared identifier is reported only once > for each function it appears in > > I know we allow breaking compilation if unavoidable, but I think here > this can be easily avoided. Ah indeed, I try to not break compilation if possible, will fix this patch. Best regards