mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
armor rewritten, but still buggy
This commit is contained in:
parent
899b8378ec
commit
9886ad8098
16 changed files with 518 additions and 135 deletions
|
@ -50,6 +50,7 @@ int encrypt_filter( void *opaque, int control,
|
|||
/*-- sign.c --*/
|
||||
int sign_file( STRLIST filenames, int detached, STRLIST locusr,
|
||||
int encrypt, STRLIST remusr, const char *outfile );
|
||||
int clearsign_file( const char *fname, STRLIST locusr, const char *outfile );
|
||||
int sign_key( const char *username, STRLIST locusr );
|
||||
int edit_keysigs( const char *username );
|
||||
int change_passphrase( const char *username );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue