commit:     c987c9feec42910b20ffdee9b72dddbf5a6978ca
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 21 20:33:59 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Aug 21 20:34:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c987c9fe

net-misc/rdesktop: support libressl in openssl 1.1 patch

This patch uses openssl-1.1 specific functions when openssl version is
new enough. This fails for libressl (reporting itself as higher
version), the patch is updated to check for libressl version number too

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-misc/rdesktop/files/rdesktop-1.8.3-openssl-1.1.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rdesktop/files/rdesktop-1.8.3-openssl-1.1.patch 
b/net-misc/rdesktop/files/rdesktop-1.8.3-openssl-1.1.patch
index bea047cce9a..c74bd48c5aa 100644
--- a/net-misc/rdesktop/files/rdesktop-1.8.3-openssl-1.1.patch
+++ b/net-misc/rdesktop/files/rdesktop-1.8.3-openssl-1.1.patch
@@ -94,7 +94,7 @@ index 48751255..032e9b9e 100644
 +      BIGNUM *e = NULL;
 +      BIGNUM *n = NULL;
 +
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L
++#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER))
 +      e = rkey->e;
 +      n = rkey->n;
 +#else

Reply via email to