- Mention flex and bison in README.md when building from repository
source.
+1 November 2023: Wouter
+ - Fix SSL compile failure for definition in log_crypto_err_io_code_arg.
+
31 October 2023: George
- Fix #941: dnscrypt doesn't work after upgrade to 1.18 with
suggestion by dukeartem to also fix the udp_ancil with dnscrypt.
case SSL_ERROR_WANT_ASYNC_JOB:
inf = "want async job";
break;
+#ifdef SSL_ERROR_WANT_CLIENT_HELLO_CB
case SSL_ERROR_WANT_CLIENT_HELLO_CB:
inf = "want client hello cb";
break;
+#endif
case SSL_ERROR_SYSCALL:
print_errno = 1;
inf = "syscall";