1
0
Forkuj 0
kopia lustrzana git://git.gnupg.org/gnupg.git zsynchronizowano 2025-07-02 22:46:30 +02:00

Fix for bug 537

Ten commit jest zawarty w:
Werner Koch 2006-10-02 11:54:35 +00:00
rodzic 807cb227d1
commit 4b48bcacc9
111 zmienionych plików z 3111 dodań i 2145 usunięć

Wyświetl plik

@ -186,7 +186,7 @@ do_delete_key( const char *username, int secret, int force, int *r_sec_avail )
* Delete a public or secret key from a keyring.
*/
int
delete_keys( STRLIST names, int secret, int allow_both )
delete_keys( strlist_t names, int secret, int allow_both )
{
int rc, avail, force=(!allow_both && !secret && opt.expert);