anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit b076dbb495c7bcc90bbe8e22addbc88eeb1815a1
parent 88c0ea4eb39568dcbfb85b5e1ad33c0fa311a47c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 26 Aug 2021 20:36:41 +0200

-allow plugin costs to vary

Diffstat:
Msrc/authorization/anastasis_authorization_plugin.c | 13-------------
1 file changed, 0 insertions(+), 13 deletions(-)

diff --git a/src/authorization/anastasis_authorization_plugin.c b/src/authorization/anastasis_authorization_plugin.c @@ -116,19 +116,6 @@ ANASTASIS_authorization_plugin_load ( return NULL; } - if (0 != - strcasecmp (currency, - cost.currency)) - { - GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR, - sec_name, - "COST", - "currency mismatch"); - GNUNET_free (currency); - GNUNET_free (sec_name); - GNUNET_free (ap); - return NULL; - } GNUNET_free (currency); GNUNET_free (sec_name); GNUNET_asprintf (&lib_name,