aboutsummaryrefslogtreecommitdiffstats
path: root/sm/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-11-19 10:25:00 +0000
committerWerner Koch <[email protected]>2001-11-19 10:25:00 +0000
commit2b99de5a5deb73b26978969547e69cb086707da4 (patch)
tree2147976cfc0cde7b8f754ba0f5f1104c652ce969 /sm/util.h
parentBase code for gpgsm --verify does work (diff)
downloadgnupg-2b99de5a5deb73b26978969547e69cb086707da4.tar.gz
gnupg-2b99de5a5deb73b26978969547e69cb086707da4.zip
gpgsm --verify does now work like gpg including the
--enable-special-filenames option.
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"