In the last switch-statement to get the tls version of the system, the line "case GETDNS_TLS1_3: return TLS1_3_VERSION;" throws an error when using the 'make' command.
Apparently, TLS1_3 was not defined.
Or the line is removed, or a declaration is made.
I removed the line and the compilation went fine.
In the last switch-statement to get the tls version of the system, the line "case GETDNS_TLS1_3: return TLS1_3_VERSION;" throws an error when using the 'make' command. Apparently, TLS1_3 was not defined. Or the line is removed, or a declaration is made. I removed the line and the compilation went fine.