mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-04 13:21:34 +00:00
Add gnupg_getengineinfo
This commit is contained in:
parent
60e13bec5a
commit
587a5f9400
4 changed files with 85 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ PHP_MINFO_FUNCTION(gnupg);
|
|||
PHP_METHOD(gnupg, __construct);
|
||||
PHP_FUNCTION(gnupg_keyinfo);
|
||||
PHP_FUNCTION(gnupg_verify);
|
||||
PHP_FUNCTION(gnupg_getengineinfo);
|
||||
PHP_FUNCTION(gnupg_geterror);
|
||||
PHP_FUNCTION(gnupg_setsignmode);
|
||||
PHP_FUNCTION(gnupg_setarmor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue