diff options
author | Werner Koch <[email protected]> | 2007-12-13 15:45:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-12-13 15:45:40 +0000 |
commit | 9d66580cff83d5b6cb6dc52ecc2fcfbfe1e94315 (patch) | |
tree | 7373ba64496d9695d194ed16c54abee7f5f887ba /common/util.h | |
parent | Allow type 20 keys only with option --rfc2440. (diff) | |
download | gnupg-9d66580cff83d5b6cb6dc52ecc2fcfbfe1e94315.tar.gz gnupg-9d66580cff83d5b6cb6dc52ecc2fcfbfe1e94315.zip |
Allow verification of some broken S-TRUST generated signatures.
Diffstat (limited to '')
-rw-r--r-- | common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index e9d0ffbec..53a56a336 100644 --- a/common/util.h +++ b/common/util.h @@ -164,6 +164,7 @@ gpg_error_t keygrip_from_canon_sexp (const unsigned char *key, size_t keylen, int cmp_simple_canon_sexp (const unsigned char *a, const unsigned char *b); unsigned char *make_simple_sexp_from_hexstr (const char *line, size_t *nscanned); +int hash_algo_from_sigval (const unsigned char *sigval); /*-- convert.c --*/ int hex2bin (const char *string, void *buffer, size_t length); |