Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 542 |
|
|
| 543 |
settings->GexMinimalGroupSize = GetPrivateProfileInt("TTSSH", "GexMinimalGroupSize", 0, fileName); |
settings->GexMinimalGroupSize = GetPrivateProfileInt("TTSSH", "GexMinimalGroupSize", 0, fileName); |
| 544 |
|
|
| 545 |
|
settings->AuthBanner = GetPrivateProfileInt("TTSSH", "AuthBanner", 1, fileName); |
| 546 |
|
|
| 547 |
clear_local_settings(pvar); |
clear_local_settings(pvar); |
| 548 |
} |
} |
| 549 |
|
|
| 667 |
|
|
| 668 |
_itoa_s(settings->GexMinimalGroupSize, buf, sizeof(buf), 10); |
_itoa_s(settings->GexMinimalGroupSize, buf, sizeof(buf), 10); |
| 669 |
WritePrivateProfileString("TTSSH", "GexMinimalGroupSize", buf, fileName); |
WritePrivateProfileString("TTSSH", "GexMinimalGroupSize", buf, fileName); |
| 670 |
|
|
| 671 |
|
_itoa_s(settings->AuthBanner, buf, sizeof(buf), 10); |
| 672 |
|
WritePrivateProfileString("TTSSH", "AuthBanner", buf, fileName); |
| 673 |
} |
} |
| 674 |
|
|
| 675 |
|
|
|
|
Legend:
| Removed from v.7016 |
|
| changed lines |
| |
Added in v.7048 |
|
|
| |