mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-01-12 03:19:34 +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…
Add table
Add a link
Reference in a new issue