Index: devel/libgit2/files/patch-src_openssl__stream.c =================================================================== --- devel/libgit2/files/patch-src_openssl__stream.c (nonexistent) +++ devel/libgit2/files/patch-src_openssl__stream.c (working copy) @@ -0,0 +1,11 @@ +--- src/openssl_stream.c.orig 2017-06-14 11:31:20 UTC ++++ src/openssl_stream.c +@@ -103,7 +103,7 @@ int git_openssl_stream_global_init(void) + ssl_opts |= SSL_OP_NO_COMPRESSION; + #endif + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) + SSL_load_error_strings(); + OpenSSL_add_ssl_algorithms(); + #else Property changes on: devel/libgit2/files/patch-src_openssl__stream.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 Index: devel/libgit2/files/patch-src_openssl__stream.h =================================================================== --- devel/libgit2/files/patch-src_openssl__stream.h (nonexistent) +++ devel/libgit2/files/patch-src_openssl__stream.h (working copy) @@ -0,0 +1,11 @@ +--- src/openssl_stream.h.orig 2017-06-14 11:31:20 UTC ++++ src/openssl_stream.h +@@ -27,7 +27,7 @@ extern int git_openssl_stream_new(git_st + + + +-# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ++# if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) + + GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name) + { Property changes on: devel/libgit2/files/patch-src_openssl__stream.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