summaryrefslogtreecommitdiff
path: root/scard-opensc.c
diff options
context:
space:
mode:
Diffstat (limited to 'scard-opensc.c')
-rw-r--r--scard-opensc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scard-opensc.c b/scard-opensc.c
index 2a18bebd6..ff59b29c4 100644
--- a/scard-opensc.c
+++ b/scard-opensc.c
@@ -38,7 +38,7 @@
38#include "readpass.h" 38#include "readpass.h"
39#include "scard.h" 39#include "scard.h"
40 40
41#if OPENSSL_VERSION_NUMBER >= 0x00907000L 41#if OPENSSL_VERSION_NUMBER < 0x00907000L && defined(CRYPTO_LOCK_ENGINE)
42#define USE_ENGINE 42#define USE_ENGINE
43#define RSA_get_default_method RSA_get_default_openssl_method 43#define RSA_get_default_method RSA_get_default_openssl_method
44#else 44#else