aboutsummaryrefslogtreecommitdiffstats
path: root/g10/encr-data.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1997-12-01 10:33:23 +0000
committerWerner Koch <[email protected]>1997-12-01 10:33:23 +0000
commit5c1cca042e6bc0de22c7913f08457c7b8a46e592 (patch)
tree234246f67cf2e7deb79b94e7491fdd7111c1c65e /g10/encr-data.c
parentImproved prime number test (diff)
downloadgnupg-5c1cca042e6bc0de22c7913f08457c7b8a46e592.tar.gz
gnupg-5c1cca042e6bc0de22c7913f08457c7b8a46e592.zip
List and check sigs works
Diffstat (limited to '')
-rw-r--r--g10/encr-data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/encr-data.c b/g10/encr-data.c
index 5c047e90d..aed1890a6 100644
--- a/g10/encr-data.c
+++ b/g10/encr-data.c
@@ -43,7 +43,7 @@ typedef struct {
* Decrypt the data, specified by ED with the key DEK.
*/
int
-decrypt_data( PKT_encr_data *ed, DEK *dek )
+decrypt_data( PKT_encrypted *ed, DEK *dek )
{
decode_filter_ctx_t dfx;
byte *p;