summaryrefslogtreecommitdiff
path: root/security/trousers/files/patch-src_trspi_crypto_openssl_rsa.c
blob: 8208fa815c92f773e4bc261fbab15183985cf95a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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)
 {