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:
parent
0f26760d9f
commit
2b99de5a5d
6 changed files with 305 additions and 25 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue