mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Remove hacks which are not anymore needed since we now require Libgcrypt 1.4
This commit is contained in:
parent
d62ca1bf4a
commit
7d63aa42e5
27 changed files with 348 additions and 271 deletions
|
@ -181,7 +181,7 @@ agent_pksign_do (ctrl_t ctrl, const char *desc_text,
|
|||
gcry_sexp_t s_hash = NULL;
|
||||
|
||||
/* Put the hash into a sexp */
|
||||
if (ctrl->digest.algo == GCRY_MD_USER_TLS_MD5SHA1)
|
||||
if (ctrl->digest.algo == MD_USER_TLS_MD5SHA1)
|
||||
rc = do_encode_raw_pkcs1 (ctrl->digest.value,
|
||||
ctrl->digest.valuelen,
|
||||
gcry_pk_get_nbits (s_skey),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue