aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/conversion.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gpgme/conversion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/conversion.c b/gpgme/conversion.c
index d889aeb9..25de2693 100644
--- a/gpgme/conversion.c
+++ b/gpgme/conversion.c
@@ -34,7 +34,7 @@
represent. Returns -1 if one of the characters is not a
hexadecimal digit. */
int
-_gpgme_hextobyte (const unsigned char *str)
+_gpgme_hextobyte (const char *str)
{
int val = 0;
int i;