aboutsummaryrefslogtreecommitdiffstats
path: root/g10/decrypt-data.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-09-20 07:54:27 +0000
committerWerner Koch <[email protected]>2011-09-20 07:54:27 +0000
commit7c000f18de5e7f94adc1364a2a56c99cfb23d8f8 (patch)
tree2e4ed8a7c8f7baa04087b9e4c247306f3eea3342 /g10/decrypt-data.c
parentAllow no protection in pinentry-mode=loopback. (diff)
downloadgnupg-7c000f18de5e7f94adc1364a2a56c99cfb23d8f8.tar.gz
gnupg-7c000f18de5e7f94adc1364a2a56c99cfb23d8f8.zip
Replace gcry_md_start_debug by gcry_md_debug.
This is to allow building with Libgcrypt master (1.6) which has some cleanups in the API/ABI.
Diffstat (limited to 'g10/decrypt-data.c')
-rw-r--r--g10/decrypt-data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/decrypt-data.c b/g10/decrypt-data.c
index e95dc10b2..e219898ee 100644
--- a/g10/decrypt-data.c
+++ b/g10/decrypt-data.c
@@ -121,7 +121,7 @@ decrypt_data (ctrl_t ctrl, void *procctx, PKT_encrypted *ed, DEK *dek)
if (gcry_md_open (&dfx->mdc_hash, ed->mdc_method, 0 ))
BUG ();
if ( DBG_HASHING )
- gcry_md_start_debug (dfx->mdc_hash, "checkmdc");
+ gcry_md_debug (dfx->mdc_hash, "checkmdc");
}
rc = openpgp_cipher_open (&dfx->cipher_hd, dek->algo,