Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c
Parent Directory
| Revision Log
| Patch
| 494 |
UTIL_get_lang_msg("FILEDLG_OPEN_PRIVATEKEY_TITLE", pvar, |
UTIL_get_lang_msg("FILEDLG_OPEN_PRIVATEKEY_TITLE", pvar, |
| 495 |
"Choose a file with the RSA/DSA/ECDSA/ED25519 private key"); |
"Choose a file with the RSA/DSA/ECDSA/ED25519 private key"); |
| 496 |
params.lpstrTitle = pvar->ts->UIMsg; |
params.lpstrTitle = pvar->ts->UIMsg; |
| 497 |
params.Flags = |
params.Flags = OFN_FILEMUSTEXIST | OFN_HIDEREADONLY; |
|
OFN_FILEMUSTEXIST | OFN_PATHMUSTEXIST | OFN_HIDEREADONLY; |
|
| 498 |
params.lpstrDefExt = NULL; |
params.lpstrDefExt = NULL; |
| 499 |
|
|
| 500 |
if (GetOpenFileName(¶ms) != 0) { |
if (GetOpenFileName(¶ms) != 0) { |
|
|
Legend:
| Removed from v.7754 |
|
| changed lines |
| |
Added in v.7775 |
|
|
|