1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

gpg: Partial fix for Unicode problem in output files.

* g10/openfile.c (overwrite_filep): Use gnupg_access.
--

As said, this is just an obvious but partial fix.  We need to review
things for the output module.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2021-05-25 13:39:59 +02:00
parent 260bbb4ab2
commit 30563ea297
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
2 changed files with 2 additions and 2 deletions

View file

@ -265,7 +265,7 @@ compute_openpgp_fpr_ecc (int keyversion, unsigned long timestamp,
{
if (!kdf || !kdflen || !kdf[0])
{
/* No KDF givem - use the default. */
/* No KDF given - use the default. */
kdflen = 4;
kdf = default_ecdh_params (curvebits);
}