[Pkg-gnupg-commit] [gnupg2] 47/132: dirmngr: Fix build for Windows.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed May 17 03:07:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit 3133402241167ccad70fa888a47ffcbe04e7b4c5
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Tue Apr 11 16:12:34 2017 +0900
dirmngr: Fix build for Windows.
* dirmngr/ldap-wrapper-ce.c (outstream_cookie_writer): Use
gpgrt_ssize_t.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
---
dirmngr/ldap-wrapper-ce.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dirmngr/ldap-wrapper-ce.c b/dirmngr/ldap-wrapper-ce.c
index 478e694..1e42189 100644
--- a/dirmngr/ldap-wrapper-ce.c
+++ b/dirmngr/ldap-wrapper-ce.c
@@ -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 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)
{
struct outstream_cookie_s *cookie = cookie_arg;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list