113 |
continue; |
continue; |
114 |
if (defkey && !strcmp (defkey->subkeys->keyid, pk->subkeys->keyid)) |
if (defkey && !strcmp (defkey->subkeys->keyid, pk->subkeys->keyid)) |
115 |
curr_sel = i; |
curr_sel = i; |
116 |
uid = utf8_to_wincp (s, strlen (s)); |
uid = utf8_to_native (s); |
117 |
p = new char[strlen (uid) + 64]; |
p = new char[strlen (uid) + 64]; |
118 |
if (!p) |
if (!p) |
119 |
BUG (NULL); |
BUG (NULL); |
259 |
SetWindowText (dlg, _("Key Signing")); |
SetWindowText (dlg, _("Key Signing")); |
260 |
key = (winpt_key_t) lparam; |
key = (winpt_key_t) lparam; |
261 |
s = key->ctx->uids->uid; |
s = key->ctx->uids->uid; |
262 |
uid = utf8_to_wincp (s, strlen (s)); |
uid = utf8_to_native (s); |
263 |
_snprintf (keymsg, sizeof keymsg -1, |
_snprintf (keymsg, sizeof keymsg -1, |
264 |
_("pub %d/%s created: %s expires: %s\n\n" |
_("pub %d/%s created: %s expires: %s\n\n" |
265 |
"Primary key fingerprint: %s\n\n" |
"Primary key fingerprint: %s\n\n" |