mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-perl/Crypt-OpenSSL-RSA: fix for libressl
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -20,7 +20,7 @@ index de512e7822d0..b384cb0e23a2 100644
|
||||
|
||||
#define THROW(p_result) if (!(p_result)) { error = 1; goto err; }
|
||||
|
||||
+#if OPENSSL_VERSION_NUMBER < 0x10100000
|
||||
+#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_NUMBER)
|
||||
+
|
||||
+static void RSA_get0_key(const RSA *r,
|
||||
+ const BIGNUM **n, const BIGNUM **e, const BIGNUM **d)
|
||||
|
||||
Reference in New Issue
Block a user