aboutsummaryrefslogtreecommitdiffstats
path: root/sm/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'sm/util.h')
-rw-r--r--sm/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/util.h b/sm/util.h
index c0fc6667e..ffd4a4030 100644
--- a/sm/util.h
+++ b/sm/util.h
@@ -24,7 +24,7 @@
#include <gcrypt.h> /* we need this for the memory function protos */
/* to pass the fucntion to libksba we need to cast it */
-#define HASH_FNC ((void (*)(void *, const byte*,size_t))gcry_md_write)
+#define HASH_FNC ((void (*)(void *, const void*,size_t))gcry_md_write)
#include "../jnlib/logging.h"