fix #6676
This commit is contained in:
parent
e8df4ac339
commit
a7d43dd6c2
@ -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 !=
|
||||
|
@ -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 !=
|
||||
|
Loading…
Reference in New Issue
Block a user