summaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1997-11-23 16:38:27 +0100
committerWerner Koch <wk@gnupg.org>1997-11-23 16:38:27 +0100
commitdb19a275188b4b3226ac4bbfc121f85ff373d331 (patch)
tree936dfd3ee12828d5392c19f50024ff70c7171371 /g10/packet.h
parentArmor works now (diff)
downloadgnupg2-db19a275188b4b3226ac4bbfc121f85ff373d331.tar.xz
gnupg2-db19a275188b4b3226ac4bbfc121f85ff373d331.zip
compress stuff implemented
Diffstat (limited to 'g10/packet.h')
-rw-r--r--g10/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h
index 6ac57cab0..93336bcb4 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -201,7 +201,7 @@ int check_secret_key( PKT_seckey_cert *cert );
/*-- pubkey-enc.c --*/
int get_session_key( PKT_pubkey_enc *k, DEK *dek );
-/*-- compressed.c --*/
+/*-- compress.c --*/
int handle_compressed( PKT_compressed *zd );
/*-- encr-data.c --*/