diff options
Diffstat (limited to 'src/libstrongswan/credentials/auth_cfg.h')
-rw-r--r-- | src/libstrongswan/credentials/auth_cfg.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libstrongswan/credentials/auth_cfg.h b/src/libstrongswan/credentials/auth_cfg.h index 7a484c5cc..4d12a9c14 100644 --- a/src/libstrongswan/credentials/auth_cfg.h +++ b/src/libstrongswan/credentials/auth_cfg.h @@ -197,15 +197,6 @@ struct auth_cfg_t { auth_rule_t rule, ...); /** - * Replace the value of the first rule with the given type. - * - * @param rule rule type - * @param ... associated value to rule - * @return TRUE if the rule was found and the value replaced - */ - bool (*replace_value)(auth_cfg_t *this, auth_rule_t rule, ...); - - /** * Check if a used config fulfills a set of configured constraints. * * @param constraints required authorization rules |