mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
List and check sigs works
This commit is contained in:
parent
649eae8f1b
commit
5c1cca042e
35 changed files with 1007 additions and 793 deletions
|
@ -192,10 +192,10 @@ compress_filter( void *opaque, int control,
|
|||
cd.len = 0;
|
||||
cd.algorithm = 2; /* zlib */
|
||||
init_packet( &pkt );
|
||||
pkt.pkttype = PKT_COMPR_DATA;
|
||||
pkt.pkttype = PKT_COMPRESSED;
|
||||
pkt.pkt.compressed = &cd;
|
||||
if( build_packet( a, &pkt ))
|
||||
log_bug("build_packet(COMPRESSED) failed\n");
|
||||
log_bug("build_packet(PKT_COMPRESSED) failed\n");
|
||||
zs = zfx->opaque = m_alloc_clear( sizeof *zs );
|
||||
init_compress( zfx, zs );
|
||||
zfx->status = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue