[Bug 212149] security/strongswan: Runtime failures with LibreSSL

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 26 21:27:32 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212149

--- Comment #22 from dewayne at heuristicsystems.com.au ---
(In reply to dewayne from comment #21)
Moving opensslfeatures.h into the libressl test block is sufficient for both
openssl and libress :)

+#include <openssl/opensslv.h>
+#include <openssl/opensslconf.h>
+
+#ifdef LIBRESSL_VERSION_NUMBER
+#include <openssl/opensslfeatures.h>  
+#undef OPENSSL_VERSION_NUMBER
+#define OPENSSL_VERSION_NUMBER 0x1000107fL
+#endif /* LIBRESSL_VERSION_NUMBER */

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list