- (bal) Slight update to OpenSC support. Better version checking. patch

by Juha Yrjölä <jyrjola@cc.hut.fi>
This commit is contained in:
Ben Lindstrom 2002-04-06 18:19:38 +00:00
parent 06e9515eb8
commit 8d6017566c
2 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,8 @@
[sftp-client.c]
Fix occasional corruption on upload due to bad reuse of request id, spotted
by chombier@mac.com; ok markus@
- (bal) Slight update to OpenSC support. Better version checking. patch
by Juha Yrjölä <jyrjola@cc.hut.fi>
20020405
- (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
@ -8178,4 +8179,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.2028 2002/04/06 04:16:45 mouring Exp $
$Id: ChangeLog,v 1.2029 2002/04/06 18:19:38 mouring Exp $

View 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