]> andersk Git - openssh.git/blobdiff - scard-opensc.c
- (bal) Slight update to OpenSC support. Better version checking. patch
[openssh.git] / scard-opensc.c
index 2a18bebd671a76ab867b7701d9246ac24021d0cd..ff59b29c49d15afcebe49c9144fc5183a7174618 100644 (file)
@@ -38,7 +38,7 @@
 #include "readpass.h"
 #include "scard.h"
 
-#if OPENSSL_VERSION_NUMBER >= 0x00907000L
+#if OPENSSL_VERSION_NUMBER < 0x00907000L && defined(CRYPTO_LOCK_ENGINE)
 #define USE_ENGINE
 #define RSA_get_default_method RSA_get_default_openssl_method
 #else
This page took 0.025254 seconds and 4 git commands to generate.