Index: sysutils/afflib/files/patch-lib_aftest.cpp =================================================================== --- sysutils/afflib/files/patch-lib_aftest.cpp (nonexistent) +++ sysutils/afflib/files/patch-lib_aftest.cpp (working copy) @@ -0,0 +1,11 @@ +--- lib/aftest.cpp.orig 2016-09-12 18:18:01 UTC ++++ lib/aftest.cpp +@@ -39,7 +39,7 @@ const char *tempdir = "/tmp/"; + #endif + + /* Support OpenSSL before 1.1.0 */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + #define EVP_MD_CTX_new EVP_MD_CTX_create + #define EVP_MD_CTX_free EVP_MD_CTX_destroy + #endif Property changes on: sysutils/afflib/files/patch-lib_aftest.cpp ___________________________________________________________________ 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 Index: sysutils/afflib/files/patch-lib_crypto.cpp =================================================================== --- sysutils/afflib/files/patch-lib_crypto.cpp (nonexistent) +++ sysutils/afflib/files/patch-lib_crypto.cpp (working copy) @@ -0,0 +1,11 @@ +--- lib/crypto.cpp.orig 2016-09-12 18:18:01 UTC ++++ lib/crypto.cpp +@@ -26,7 +26,7 @@ using namespace std; + #endif + + /* Support OpenSSL before 1.1.0 */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + #define EVP_MD_CTX_new EVP_MD_CTX_create + #define EVP_MD_CTX_free EVP_MD_CTX_destroy + #endif Property changes on: sysutils/afflib/files/patch-lib_crypto.cpp ___________________________________________________________________ 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 Index: sysutils/afflib/files/patch-tools_aff__bom.cpp =================================================================== --- sysutils/afflib/files/patch-tools_aff__bom.cpp (nonexistent) +++ sysutils/afflib/files/patch-tools_aff__bom.cpp (working copy) @@ -0,0 +1,11 @@ +--- tools/aff_bom.cpp.orig 2016-09-12 18:18:01 UTC ++++ tools/aff_bom.cpp +@@ -36,7 +36,7 @@ + #endif + + /* Support OpenSSL before 1.1.0 */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + #define EVP_MD_CTX_new EVP_MD_CTX_create + #define EVP_MD_CTX_free EVP_MD_CTX_destroy + #endif Property changes on: sysutils/afflib/files/patch-tools_aff__bom.cpp ___________________________________________________________________ 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 Index: sysutils/afflib/files/patch-tools_affverify.cpp =================================================================== --- sysutils/afflib/files/patch-tools_affverify.cpp (nonexistent) +++ sysutils/afflib/files/patch-tools_affverify.cpp (working copy) @@ -0,0 +1,11 @@ +--- tools/affverify.cpp.orig 2016-09-12 18:18:01 UTC ++++ tools/affverify.cpp +@@ -28,7 +28,7 @@ + #include + + /* Support OpenSSL before 1.1.0 */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + #define EVP_MD_CTX_new EVP_MD_CTX_create + #define EVP_MD_CTX_free EVP_MD_CTX_destroy + #endif Property changes on: sysutils/afflib/files/patch-tools_affverify.cpp ___________________________________________________________________ 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 Index: sysutils/afflib/files/patch-tools_hashextent.h =================================================================== --- sysutils/afflib/files/patch-tools_hashextent.h (nonexistent) +++ sysutils/afflib/files/patch-tools_hashextent.h (working copy) @@ -0,0 +1,11 @@ +--- tools/hashextent.h.orig 2016-09-12 18:18:01 UTC ++++ tools/hashextent.h +@@ -19,7 +19,7 @@ + #include + + /* Support OpenSSL before 1.1.0 */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + #define EVP_MD_CTX_new EVP_MD_CTX_create + #define EVP_MD_CTX_free EVP_MD_CTX_destroy + #endif Property changes on: sysutils/afflib/files/patch-tools_hashextent.h ___________________________________________________________________ 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