mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-11 19:02:42 +01:00
14 lines
439 B
Diff
14 lines
439 B
Diff
diff --git a/src/openssl_stream.h b/src/openssl_stream.h
|
|
index f5e59da..b769437 100644
|
|
--- a/src/openssl_stream.h
|
|
+++ b/src/openssl_stream.h
|
|
@@ -27,7 +27,7 @@ extern int git_openssl_stream_new(git_stream **out, const char *host, const char
|
|
|
|
|
|
|
|
-# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
|
+# if OPENSSL_VERSION_NUMBER < 0x10100000L
|
|
|
|
GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name)
|
|
{
|