1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

gpgsm --verify does now work like gpg including the

--enable-special-filenames option.
This commit is contained in:
Werner Koch 2001-11-19 10:25:00 +00:00
parent 0f26760d9f
commit 2b99de5a5d
6 changed files with 305 additions and 25 deletions

View file

@ -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"