getdnsapi / getdns

A modern asynchronous DNS API https://getdnsapi.net/
Other
468 stars 126 forks source link

remove TLS1_3 #412

Closed b3rtdb closed 5 years ago

b3rtdb commented 5 years ago

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.

wtoorop commented 5 years ago

Thanks, but we recommend users to use the master branch instead of develop.