mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
PGP: Use old gpgme_io_write
This commit is contained in:
parent
b468fd7ae4
commit
aee832f7c1
@ -100,7 +100,7 @@ _p_gpg_passphrase_cb(void *hook, const char *uid_hint, const char *passphrase_in
|
|||||||
passphrase_attempt = pass_term->str;
|
passphrase_attempt = pass_term->str;
|
||||||
g_string_free(pass_term, FALSE);
|
g_string_free(pass_term, FALSE);
|
||||||
|
|
||||||
gpgme_io_writen(fd, passphrase_attempt, strlen(passphrase_attempt));
|
gpgme_io_write(fd, passphrase_attempt, strlen(passphrase_attempt));
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user