mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
12 lines
273 B
Diff
12 lines
273 B
Diff
--- a/src/streams/openssl.h
|
|
+++ b/src/streams/openssl.h
|
|
@@ -31,7 +31,7 @@
|
|
|
|
|
|
|
|
-# 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)
|
|
{
|