20 April 2026: Wouter
- Fix compile warnings for thread setname routine, and test compile.
+ - Fix unused variable warning when compiled without ssl.
17 April 2026: Wouter
- Fix setup of ssl context copy of the tls service pem option,
(void)key; (void)pem; (void)verifypem;
(void)tls_ciphers; (void)tls_ciphersuites;
(void)set_ticket_keys_cb; (void)is_dot; (void)is_doh;
+ (void)tls_protocols;
return NULL;
#endif /* HAVE_SSL */
}
keys->key_name = NULL;
return 1;
#else
- (void)tls_session_ticket_keys;
+ (void)tls_session_ticket_keys; (void)chroot;
return 0;
#endif
}