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();