Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c

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

revision 6624 by maya, Sat Mar 11 00:10:29 2017 UTC revision 6625 by maya, Sat Mar 11 14:04:10 2017 UTC
# Line 83  static char FAR *ProtocolFamilyList[] = Line 83  static char FAR *ProtocolFamilyList[] =
83    
84  #include "compat_w95.h"  #include "compat_w95.h"
85    
86  #include "puttyversion.h"  #include "libputty.h"
87    
88  #define MATCH_STR(s, o) strncmp((s), (o), NUM_ELEM(o) - 1)  #define MATCH_STR(s, o) strncmp((s), (o), NUM_ELEM(o) - 1)
89  #define MATCH_STR_I(s, o) _strnicmp((s), (o), NUM_ELEM(o) - 1)  #define MATCH_STR_I(s, o) _strnicmp((s), (o), NUM_ELEM(o) - 1)

Legend:
Removed from v.6624  
changed lines
  Added in v.6625

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