gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix #6676


From: gnunet
Subject: [taler-exchange] branch master updated: fix #6676
Date: Wed, 06 Jan 2021 15:43:25 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a7d43dd6 fix #6676
     new 1f912112 Merge branch 'master' of git+ssh://git.taler.net/exchange
a7d43dd6 is described below

commit a7d43dd6c2a3ab2623ac07c8d035a33e751186cb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 6 15:43:16 2021 +0100

    fix #6676
---
 src/util/crypto_helper_denom.c | 2 +-
 src/util/crypto_helper_esign.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/crypto_helper_denom.c b/src/util/crypto_helper_denom.c
index 83bc87e7..01ed6626 100644
--- a/src/util/crypto_helper_denom.c
+++ b/src/util/crypto_helper_denom.c
@@ -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 !=
diff --git a/src/util/crypto_helper_esign.c b/src/util/crypto_helper_esign.c
index 19f7f9a6..fdf4c90b 100644
--- a/src/util/crypto_helper_esign.c
+++ b/src/util/crypto_helper_esign.c
@@ -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 !=

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]