Alexander Bluhm
Alexander Bluhm
OpenBSD with CLang 8.0.1 does not support all sanitizer flags. Make them optional by using check_add_cc_flag(). It is not necessary to put them in CXX flags. CLang with -fsanitize=undefined requires...
Only LibreSSL 2.7 and 2.8 are currently supported by the LibreSSL project. The compile time check for 2.2 and 2.5 is not necessary for an up-to-date system. LibreSSL developers recommend...
The logger was part of client or server config. Memory management was easy, it was just part of the config. Now logging is a pointer to the logger. The C...