diff options
author | Werner Koch <[email protected]> | 2008-12-11 17:44:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-12-11 17:44:52 +0000 |
commit | 6558568912d600f6c1f66a9dda457ce9264ce1cd (patch) | |
tree | ecdd1f8288b2b3f2a5a19fb4d0b3f274005fdde2 /g10/trustdb.h | |
parent | Add option --no-ask for GET_PASSPHRASE. (diff) | |
download | gnupg-6558568912d600f6c1f66a9dda457ce9264ce1cd.tar.gz gnupg-6558568912d600f6c1f66a9dda457ce9264ce1cd.zip |
Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.
Fix SIG_ID computation.
Diffstat (limited to 'g10/trustdb.h')
-rw-r--r-- | g10/trustdb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/trustdb.h b/g10/trustdb.h index 8c6721532..65eb8d1bb 100644 --- a/g10/trustdb.h +++ b/g10/trustdb.h @@ -36,7 +36,6 @@ #define TRUST_FLAG_DISABLED 128 /* d: key/uid disabled */ #define TRUST_FLAG_PENDING_CHECK 256 /* a check-trustdb is pending */ -#define NAMEHASH_HASH DIGEST_ALGO_RMD160 #define NAMEHASH_LEN 20 /*-- trustdb.c --*/ |