mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* compress.c (init_compress): Remove "-z10" trick to get uncompressed data
inside a compressed data packet. This is possibly dangerous without an MDC. (push_compress_filter2): Do the right thing (i.e. nothing) with compress algo 0. * main.h, decrypt.c (decrypt_messages): Accept filenames to decrypt on stdin. This is bug #253.
This commit is contained in:
parent
7690350b7a
commit
fc60e6779d
4 changed files with 58 additions and 15 deletions
|
@ -220,7 +220,7 @@ int verify_files( int nfiles, char **files );
|
|||
|
||||
/*-- decrypt.c --*/
|
||||
int decrypt_message( const char *filename );
|
||||
void decrypt_messages(int nfiles, char **files);
|
||||
void decrypt_messages(int nfiles, char *files[]);
|
||||
|
||||
/*-- plaintext.c --*/
|
||||
int hash_datafiles( MD_HANDLE md, MD_HANDLE md2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue