Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
Tera Term
Tera Term
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (173)
Help (428)
Help
Mailing Lists
list of ML
ttssh2-commit
ttssh2-dev
ttssh2-users
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[ttssh2]
/
branches
/
ssh_chacha20poly1305
/
ttssh2
/
ttxssh
/
ttxssh.c
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
|
Revision Log
|
Patch
revision
6738
by
maya
, Sat May 20 06:38:01 2017 UTC
revision
6752
by
maya
, Sun May 28 22:57:32 2017 UTC
#
Line 3064
static void complete_setup_dlg(PTInstVar
Line 3064
static void complete_setup_dlg(PTInstVar
3064
if (len > 0 && len < sizeof(buf)) { /* should always be true */
if (len > 0 && len < sizeof(buf)) { /* should always be true */
3065
buf[0] = 0;
buf[0] = 0;
3066
SendMessage(cipherControl, LB_GETTEXT, i, (LPARAM) buf);
SendMessage(cipherControl, LB_GETTEXT, i, (LPARAM) buf);
3067
for (j = 0;
for (j = 0; j <= SSH_CIPHER_MAX; j++) {
3068
j <= SSH_CIPHER_MAX
char *cipher_name = get_cipher_name(j);
3069
&& strcmp(buf, get_cipher_name(j)) != 0; j++) {
if (cipher_name != NULL && strcmp(buf, cipher_name) == 0) {
3070
break;
3071
}
3072
}
}
3073
if (j <= SSH_CIPHER_MAX) {
if (j <= SSH_CIPHER_MAX) {
3074
buf2[buf2index] = '0' + j;
buf2[buf2index] = '0' + j;
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.6738
changed lines
Added in v.6752
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26