keydir doesn't exist anymore
This commit is contained in:
parent
4fd1937729
commit
2432c59385
@ -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/
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user