Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 477 |
|
|
| 478 |
settings->UpdateHostkeys = GetPrivateProfileInt("TTSSH", "UpdateHostkeys", 0, fileName); |
settings->UpdateHostkeys = GetPrivateProfileInt("TTSSH", "UpdateHostkeys", 0, fileName); |
| 479 |
|
|
| 480 |
|
settings->GexMinimalGroupSize = GetPrivateProfileInt("TTSSH", "GexMinimalGroupSize", 0, fileName); |
| 481 |
|
|
| 482 |
clear_local_settings(pvar); |
clear_local_settings(pvar); |
| 483 |
} |
} |
| 484 |
|
|
| 588 |
_snprintf_s(buf, sizeof(buf), _TRUNCATE, |
_snprintf_s(buf, sizeof(buf), _TRUNCATE, |
| 589 |
"%d", settings->UpdateHostkeys); |
"%d", settings->UpdateHostkeys); |
| 590 |
WritePrivateProfileString("TTSSH", "UpdateHostkeys", buf, fileName); |
WritePrivateProfileString("TTSSH", "UpdateHostkeys", buf, fileName); |
| 591 |
|
|
| 592 |
|
_itoa_s(settings->GexMinimalGroupSize, buf, sizeof(buf), 10); |
| 593 |
|
WritePrivateProfileString("TTSSH", "GexMinimalGroupSize", buf, fileName); |
| 594 |
} |
} |
| 595 |
|
|
| 596 |
|
|
|
|
Legend:
| Removed from v.5882 |
|
| changed lines |
| |
Added in v.5900 |
|
|
| |