Index: head/security/strongswan/files/patch-src_libstrongswan_plugins_openssl_openssl__plugin.c =================================================================== --- head/security/strongswan/files/patch-src_libstrongswan_plugins_openssl_openssl__plugin.c (nonexistent) +++ head/security/strongswan/files/patch-src_libstrongswan_plugins_openssl_openssl__plugin.c (revision 421949) @@ -0,0 +1,11 @@ +--- src/libstrongswan/plugins/openssl/openssl_plugin.c.orig 2016-06-30 14:20:10 UTC ++++ src/libstrongswan/plugins/openssl/openssl_plugin.c +@@ -573,7 +573,7 @@ plugin_t *openssl_plugin_create() + }, + ); + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + /* note that we can't call OPENSSL_cleanup() when the plugin is destroyed + * as we couldn't initialize the library again afterwards */ + OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG | Property changes on: head/security/strongswan/files/patch-src_libstrongswan_plugins_openssl_openssl__plugin.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property