* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdesktop/files/
@ 2018-08-21 20:34 Bernard Cafarelli
0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli @ 2018-08-21 20:34 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-08-21 20:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-21 20:34 [gentoo-commits] repo/gentoo:master commit in: net-misc/rdesktop/files/ Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox