logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

openssl_stream.h_libressl_2.7.patch (480B)


  1. diff --git a/src/openssl_stream.h b/src/openssl_stream.h
  2. index f5e59da..6391176 100644
  3. --- a/src/openssl_stream.h
  4. +++ b/src/openssl_stream.h
  5. @@ -27,7 +27,7 @@ extern int git_openssl_stream_new(git_stream **out, const char *host, const char
  6. -# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
  7. +# if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER < 0x2070500fL
  8. GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name)
  9. {