mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
11 lines
398 B
C
11 lines
398 B
C
--- src/trspi/crypto/openssl/rsa.c.orig 2016-11-23 12:26:19 UTC
|
|
+++ src/trspi/crypto/openssl/rsa.c
|
|
@@ -38,7 +38,7 @@
|
|
#define DEBUG_print_openssl_errors()
|
|
#endif
|
|
|
|
-#if OPENSSL_VERSION_NUMBER < 0x10100001L
|
|
+#if OPENSSL_VERSION_NUMBER < 0x10100001L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L)
|
|
static int
|
|
RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d)
|
|
{
|