mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
dirmngr: Fix build for Windows.
* dirmngr/ldap-wrapper-ce.c (outstream_cookie_writer): Use gpgrt_ssize_t. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
03d77b60be
commit
3133402241
@ -196,7 +196,7 @@ buffer_put_data (struct outstream_cookie_s *cookie, const char *src, int cnt)
|
|||||||
|
|
||||||
/* The writer function for the outstream. This is used to transfer
|
/* The writer function for the outstream. This is used to transfer
|
||||||
the output of the ldap wrapper thread to the ksba reader object. */
|
the output of the ldap wrapper thread to the ksba reader object. */
|
||||||
static ssize_t
|
static gpgrt_ssize_t
|
||||||
outstream_cookie_writer (void *cookie_arg, const void *buffer, size_t size)
|
outstream_cookie_writer (void *cookie_arg, const void *buffer, size_t size)
|
||||||
{
|
{
|
||||||
struct outstream_cookie_s *cookie = cookie_arg;
|
struct outstream_cookie_s *cookie = cookie_arg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user