This commit is contained in:
Christian Grothoff 2021-01-06 15:43:16 +01:00
parent e8df4ac339
commit a7d43dd6c2
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 2 deletions

View File

@ -237,7 +237,7 @@ TALER_CRYPTO_helper_denom_connect (
tmpdir = GNUNET_strdup ("/tmp");
}
GNUNET_asprintf (&template,
"%s/crypto-rsa-client/XXXXXX",
"%s/crypto-rsa-client/cli",
tmpdir);
GNUNET_free (tmpdir);
if (GNUNET_OK !=

View File

@ -238,7 +238,7 @@ TALER_CRYPTO_helper_esign_connect (
tmpdir = GNUNET_strdup ("/tmp");
}
GNUNET_asprintf (&template,
"%s/crypto-eddsa-client/XXXXXX",
"%s/crypto-eddsa-client/cli",
tmpdir);
GNUNET_free (tmpdir);
if (GNUNET_OK !=