[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: keydir doesn't exist anymore
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: keydir doesn't exist anymore |
Date: |
Thu, 29 Jul 2021 18:22:02 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 2432c593 keydir doesn't exist anymore
2432c593 is described below
commit 2432c593854b555e408bc72d47235c84efff7b6b
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jul 29 18:21:56 2021 +0200
keydir doesn't exist anymore
---
src/exchange/exchange.conf | 5 -----
src/exchange/taler-exchange-httpd.c | 16 ----------------
2 files changed, 21 deletions(-)
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index ae7ac25a..69930fab 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -2,11 +2,6 @@
#
[exchange]
-# Where do we store the private keys the exchange needs at
-# runtime? (Denomination and signing keys are then stored
-# in respective subdirectories.)
-KEYDIR = ${TALER_DATA_HOME}/exchange/live-keys/
-
# Directory where the exchange expects to find revocation
# certificates (and where taler-exchange-keyup will write them).
REVOCATION_DIR = ${TALER_DATA_HOME}/exchange/revocations/
diff --git a/src/exchange/taler-exchange-httpd.c
b/src/exchange/taler-exchange-httpd.c
index a0e9de8a..76a71d70 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -78,11 +78,6 @@ struct ExchangeHttpRequestClosure
};
-/**
- * Base directory of the exchange (global)
- */
-char *TEH_exchange_directory;
-
/**
* Directory where revocations are stored (global)
*/
@@ -1151,17 +1146,6 @@ exchange_serve_process_config (void)
"valid relative time expected");
return GNUNET_SYSERR;
}
- if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_filename (TEH_cfg,
- "exchange",
- "KEYDIR",
- &TEH_exchange_directory))
- {
- GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
- "exchange",
- "KEYDIR");
- return GNUNET_SYSERR;
- }
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_filename (TEH_cfg,
"exchange",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: keydir doesn't exist anymore,
gnunet <=