mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.
Fix SIG_ID computation.
This commit is contained in:
parent
c3752d1057
commit
6558568912
10 changed files with 190 additions and 44 deletions
|
@ -352,7 +352,8 @@ keygen_set_std_prefs (const char *string,int personal)
|
|||
strcat(dummy_string,"H8 ");
|
||||
|
||||
/* RIPEMD160 */
|
||||
strcat(dummy_string,"H3 ");
|
||||
if (!openpgp_md_test_algo(DIGEST_ALGO_RMD160))
|
||||
strcat(dummy_string,"H3 ");
|
||||
|
||||
/* ZLIB */
|
||||
strcat(dummy_string,"Z2 ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue