Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ttxssh.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4307 by maya, Tue Feb 15 09:00:01 2011 UTC revision 4314 by maya, Wed Feb 16 15:55:41 2011 UTC
# Line 66  typedef struct _TInstVar FAR * PTInstVar Line 66  typedef struct _TInstVar FAR * PTInstVar
66  #include "fwd.h"  #include "fwd.h"
67    
68  #include <openssl/dh.h>  #include <openssl/dh.h>
69    #include <openssl/ec.h>
70  #include <openssl/evp.h>  #include <openssl/evp.h>
71  #include "buffer.h"  #include "buffer.h"
72    
# Line 260  typedef struct _TInstVar { Line 261  typedef struct _TInstVar {
261          BOOL origDisableTCPEchoCR;          BOOL origDisableTCPEchoCR;
262    
263          BOOL nocheck_known_hosts;          BOOL nocheck_known_hosts;
264    
265            EC_KEY *ecdh_client_key;
266  } TInstVar;  } TInstVar;
267    
268  #define LOG_LEVEL_FATAL      5  #define LOG_LEVEL_FATAL      5

Legend:
Removed from v.4307  
changed lines
  Added in v.4314

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26