Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| |