id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 799,OpenVPN 2.4.0 fails to build against LibreSSL,cardioid,,"OpenVPN 2.4.0 fails to build against LibreSSL (tested with 2.5.0). Steps to reproduce: 1. Compile LibreSSL, I did this with: {{{ --prefix=/build/libressl/.openssl }}} 2. Checkout OpenVPN from Github 3. Switch to 2.4.0 release branch 4. Generate configure {{{ autoreconf -vi }}} 5. Configure {{{ ./configure OPENSSL_SSL_LIBS=""-L/build/libressl/.openssl/lib -lssl"" OPENSSL_SSL_CFLAGS=""-I/build/libressl/.openssl/include"" OPENSSL_CRYPTO_LIBS=""-L/build/libressl/.openssl/lib -lcrypto"" OPENSSL_CRYPTO_CFLAGS=""-I/build/libressl/.openssl/include"" --disable-debug --disable-dependency-tracking --disable-silent-rules --with-crypto-library=openssl }}} Error: {{{ ... checking for pam_start in -lpam... yes checking for PKCS11_HELPER... no checking for OPENSSL... no checking for SSL_CTX_new... no configure: error: openssl check failed ... }}} Everything worked fine with 2.3.9",Bug / Defect,closed,major,,Generic / unclassified,OpenVPN git master branch (Community Ed),"Not set (select this one, unless your'e a OpenVPN developer)",fixed,"openssl,libressl,crypto,ssl",Steffan Karger