221 |
"exchange encrypted mails with the key holder and to be able\n" |
"exchange encrypted mails with the key holder and to be able\n" |
222 |
"to verify its signatures.\n" |
"to verify its signatures.\n" |
223 |
"\n" |
"\n" |
224 |
"If you don't have WinPT, you can download it at http://www.winpt.org"; |
"If you don't have WinPT, you can download it at http://www.winpt.eu"; |
225 |
kinf = km_key_get_info (key, 0); |
kinf = km_key_get_info (key, 0); |
226 |
p = (char*)malloc (strlen (s) + strlen (kinf) + 2); |
p = (char*)malloc (strlen (s) + strlen (kinf) + 2); |
227 |
sprintf (p, s, kinf); |
sprintf (p, s, kinf); |