Skip to content
Permalink
Browse files

Update libressl.patch

  • Loading branch information
Schamschula committed Mar 26, 2018
1 parent 744c903 commit ef76a5d21e3eebd6e1b9dae0e33f24cd190642f6
Showing with 1 addition and 6 deletions.
  1. +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;

0 comments on commit ef76a5d

Please sign in to comment.
You can’t perform that action at this time.