Permalink
Browse files
Update libressl.patch
- Loading branch information
Showing
with
1 addition
and
6 deletions.
-
+1
−6
databases/openldap/files/libressl.patch
|
|
@@ -57,9 +57,4 @@ |
|
|
@@ -822,7 +822,7 @@ tlso_bio_puts( BIO *b, const char *str ) |
|
|
return tlso_bio_write( b, str, strlen( str ) ); |
|
|
} |
|
|
|
|
|
-#if OPENSSL_VERSION_NUMBER >= 0x10100000 |
|
|
+#if (OPENSSL_VERSION_NUMBER >= 0x10100000) && !defined(LIBRESSL_VERSION_NUMBER) |
|
|
struct bio_method_st { |
|
|
int type; |
|
|
const char *name; |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.