mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
sync
This commit is contained in:
parent
c5b6f97767
commit
0a76a4465b
41 changed files with 708 additions and 456 deletions
|
@ -47,6 +47,7 @@ void do_not_use_RSA(void);
|
|||
|
||||
/*-- misc.c --*/
|
||||
void trap_unaligned(void);
|
||||
void disable_core_dumps(void);
|
||||
u16 checksum_u16( unsigned n );
|
||||
u16 checksum( byte *p, unsigned n );
|
||||
u16 checksum_mpi( MPI a );
|
||||
|
@ -119,7 +120,8 @@ int verify_signatures( int nfiles, char **files );
|
|||
int decrypt_message( const char *filename );
|
||||
|
||||
/*-- plaintext.c --*/
|
||||
int hash_datafiles( MD_HANDLE md, STRLIST files, int textmode );
|
||||
int hash_datafiles( MD_HANDLE md, STRLIST files, const char *sigfilename,
|
||||
int textmode );
|
||||
|
||||
/*-- signal.c --*/
|
||||
void init_signals(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue