mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
New command (encrypt-files).
This commit is contained in:
parent
4573513a34
commit
c02977a2de
6 changed files with 40 additions and 1 deletions
|
@ -76,6 +76,7 @@ void display_online_help( const char *keyword );
|
|||
int encode_symmetric( const char *filename );
|
||||
int encode_store( const char *filename );
|
||||
int encode_crypt( const char *filename, STRLIST remusr );
|
||||
void encode_crypt_files(int argc, char **argv, STRLIST remusr);
|
||||
int encrypt_filter( void *opaque, int control,
|
||||
IOBUF a, byte *buf, size_t *ret_len);
|
||||
|
||||
|
@ -163,6 +164,7 @@ void show_policy_url(PKT_signature *sig);
|
|||
void show_notation(PKT_signature *sig);
|
||||
|
||||
/*-- verify.c --*/
|
||||
void print_file_status( int status, const char *name, int what );
|
||||
int verify_signatures( int nfiles, char **files );
|
||||
int verify_files( int nfiles, char **files );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue