Alice Wonder
Alice Wonder
The attached patch allows the OpenDKIM-rel-opendkim-2-11-0-Beta2.tar.gz release to build against LibreSSL 2.8.2 (portable) on CentOS 7. What I suspect is there is a better way, to check for `OPENSSL_thread_stop()` support...
Hi - trying to build OpenDKIM 2.11.0 beta 2 against LibreSSL 2.8.2. Found in two places I needed this to get to compile - -#if OPENSSL_VERSION_NUMBER >= 0x10100000 +#if OPENSSL_VERSION_NUMBER...
In the 2.2.1 release this was an issue when I specified the libs to go in /opt but was not an issue when I just specified --prefix=/usr and let configure...