211 |
"exchange encrypted mails with the key holder and to be able\n" |
"exchange encrypted mails with the key holder and to be able\n" |
212 |
"to verify its signatures.\n" |
"to verify its signatures.\n" |
213 |
"\n" |
"\n" |
214 |
"If you don't have WinPT, you can download it at http://winpt.gnupt.de"); |
"If you do not have WinPT, you can download it at http://winpt.gnupt.de"); |
215 |
kinf = km_key_get_info (key, 0); |
kinf = km_key_get_info (key, 0); |
216 |
p = (char*)malloc (strlen (s) + strlen (kinf) + 2); |
p = (char*)malloc (strlen (s) + strlen (kinf) + 2); |
217 |
sprintf (p, s, kinf); |
sprintf (p, s, kinf); |