From d250dd3eb7e019d220989b10fb183202377e471e Mon Sep 17 00:00:00 2001 From: Michael Maclean Date: Tue, 20 Jul 2010 19:27:25 +0000 Subject: [PATCH] Another 64-bit fix - patch from #17616 --- gnupg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnupg.c b/gnupg.c index fa50d52..c14e44a 100644 --- a/gnupg.c +++ b/gnupg.c @@ -1095,7 +1095,7 @@ PHP_FUNCTION(gnupg_verify){ zval *plain_text = NULL; /* signed_text without the signature if its not a detached sig */ char *gpg_plain; - int gpg_plain_len; + size_t gpg_plain_len; GNUPG_GETOBJ();