mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 16:41:52 +01:00
14 lines
453 B
Diff
14 lines
453 B
Diff
diff --git a/openssl-compat.h b/openssl-compat.h
|
|
index 69afc71..a6e81ae 100644
|
|
--- a/openssl-compat.h
|
|
+++ b/openssl-compat.h
|
|
@@ -31,5 +31,8 @@ static inline BIO_METHOD *BIO_meth_new(int type, const char *name)
|
|
#define TLS_method SSLv23_method
|
|
|
|
#endif /* OPENSSL_VERSION_NUMBER < 0x10100000L */
|
|
+#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L
|
|
+#define BIO_get_init(b) (b)->init
|
|
+#endif
|
|
|
|
#endif /* OPENSSL_COMPAT_H */
|