mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 06:27:08 +00:00
Another 64-bit fix - patch from #17616
This commit is contained in:
parent
b88e82603f
commit
d250dd3eb7
1 changed files with 1 additions and 1 deletions
2
gnupg.c
2
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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue