mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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.
This commit is contained in:
parent
0dcf517700
commit
7c000f18de
10 changed files with 32 additions and 15 deletions
|
@ -720,7 +720,7 @@ create_request (ctrl_t ctrl,
|
|||
goto leave;
|
||||
}
|
||||
if (DBG_HASHING)
|
||||
gcry_md_start_debug (md, "cr.cri");
|
||||
gcry_md_debug (md, "cr.cri");
|
||||
|
||||
ksba_certreq_set_hash_function (cr, HASH_FNC, md);
|
||||
ksba_certreq_set_writer (cr, writer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue