mirror of git://anongit.mindrot.org/openssh.git
- (bal) Slight update to OpenSC support. Better version checking. patch
by Juha Yrjölä <jyrjola@cc.hut.fi>
This commit is contained in:
parent
06e9515eb8
commit
8d6017566c
|
@ -7,7 +7,8 @@
|
||||||
[sftp-client.c]
|
[sftp-client.c]
|
||||||
Fix occasional corruption on upload due to bad reuse of request id, spotted
|
Fix occasional corruption on upload due to bad reuse of request id, spotted
|
||||||
by chombier@mac.com; ok markus@
|
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
|
20020405
|
||||||
- (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
|
- (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
|
||||||
|
@ -8178,4 +8179,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
#include "readpass.h"
|
#include "readpass.h"
|
||||||
#include "scard.h"
|
#include "scard.h"
|
||||||
|
|
||||||
#if OPENSSL_VERSION_NUMBER >= 0x00907000L
|
#if OPENSSL_VERSION_NUMBER < 0x00907000L && defined(CRYPTO_LOCK_ENGINE)
|
||||||
#define USE_ENGINE
|
#define USE_ENGINE
|
||||||
#define RSA_get_default_method RSA_get_default_openssl_method
|
#define RSA_get_default_method RSA_get_default_openssl_method
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue