Another 64-bit fix - patch from #17616

This commit is contained in:
Michael Maclean 2010-07-20 19:27:25 +00:00
parent b88e82603f
commit d250dd3eb7

View file

@ -1095,7 +1095,7 @@ PHP_FUNCTION(gnupg_verify){
zval *plain_text = NULL; /* signed_text without the signature if its not a detached sig */ zval *plain_text = NULL; /* signed_text without the signature if its not a detached sig */
char *gpg_plain; char *gpg_plain;
int gpg_plain_len; size_t gpg_plain_len;
GNUPG_GETOBJ(); GNUPG_GETOBJ();