diff options
Diffstat (limited to 'g10/encr-data.c')
-rw-r--r-- | g10/encr-data.c | 2 |
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; |