From 58785c880d4540e0f75738b3b10a8a03c35d5ee1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 20 Oct 2006 11:38:48 +0000 Subject: Allow to select X.509 certificates using the keygrip. --- common/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/util.h') 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); -- cgit v1.2.3