mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 06:27:08 +00:00
fix type
This commit is contained in:
parent
da03741809
commit
f009cd036d
1 changed files with 1 additions and 1 deletions
2
gnupg.c
2
gnupg.c
|
@ -1481,7 +1481,7 @@ PHP_FUNCTION(gnupg_gettrustlist){
|
|||
/* {{{ proto array gnupg_listsignatures(string keyid) */
|
||||
PHP_FUNCTION(gnupg_listsignatures){
|
||||
char *keyid;
|
||||
char keyid_len;
|
||||
int keyid_len;
|
||||
|
||||
zval *sub_arr;
|
||||
zval *sig_arr;
|
||||
|
|
Loading…
Reference in a new issue