diff options
author | Werner Koch <[email protected]> | 2006-10-20 11:38:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-10-20 11:38:48 +0000 |
commit | 58785c880d4540e0f75738b3b10a8a03c35d5ee1 (patch) | |
tree | 3b1a8732c3d3f8132bfaab9447a9252d4235b852 /common/util.h | |
parent | * gpgkeys_hkp.c (curl_mrindex_writer): Print a warning if we see HTML (diff) | |
download | gnupg-58785c880d4540e0f75738b3b10a8a03c35d5ee1.tar.gz gnupg-58785c880d4540e0f75738b3b10a8a03c35d5ee1.zip |
Allow to select X.509 certificates using the keygrip.
Diffstat (limited to 'common/util.h')
-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 7a9738d69..11ff50503 100644 --- a/common/util.h +++ b/common/util.h @@ -157,6 +157,7 @@ unsigned char *make_simple_sexp_from_hexstr (const char *line, size_t *nscanned); /*-- convert.c --*/ +int hex2bin (const char *string, void *buffer, size_t length); int hexcolon2bin (const char *string, void *buffer, size_t length); char *bin2hex (const void *buffer, size_t length, char *stringbuf); char *bin2hexcolon (const void *buffer, size_t length, char *stringbuf); |