Use fixed PHPC_HASH_CSTR_ADD_PTR

This commit is contained in:
Jakub Zelenka 2016-05-29 18:53:20 +01:00
parent bc39172174
commit f89f8d9411
3 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,6 @@ $gpg = new gnupg();
$gpg -> seterrormode(gnupg::ERROR_WARNING);
$gpg -> addencryptkey($fingerprint);
$enc = $gpg -> encrypt($plaintext);
$gpg = NULL;
$gpg = new gnupg();