diff options
| author | Werner Koch <[email protected]> | 2001-11-19 10:25:00 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2001-11-19 10:25:00 +0000 |
| commit | 2b99de5a5deb73b26978969547e69cb086707da4 (patch) | |
| tree | 2147976cfc0cde7b8f754ba0f5f1104c652ce969 /sm/util.h | |
| parent | Base code for gpgsm --verify does work (diff) | |
| download | gnupg-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
