Hi Andrew, 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. Can this patch be sent out of order prior to L_TLS_V refactoring and then fixed up there? Regards, -Denis