diff options
author | lloyd <[email protected]> | 2010-03-10 16:30:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-10 16:30:50 +0000 |
commit | fd79f63a44ad0b59507ac67bdb3eccbe4d45adbc (patch) | |
tree | 2fc4ef1884d1d3dc18608b03ad4e675c68d0e137 /src/libstate/libstate.h | |
parent | 66494f4d9db90d04d93874ee37e77a282dd71b07 (diff) |
Remove config options to toggle if X.509 extensions are critical or
not. Instead provide via Extensions::add(). No way to modify behavior
currently, it just follows the previous default police.
Remove the config options from Library_State entirely. Die, mutable
singletons, die.
Diffstat (limited to 'src/libstate/libstate.h')
-rw-r--r-- | src/libstate/libstate.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/libstate/libstate.h b/src/libstate/libstate.h index d8d56bfd3..ade17c17e 100644 --- a/src/libstate/libstate.h +++ b/src/libstate/libstate.h @@ -88,21 +88,6 @@ class BOTAN_DLL Library_State bool overwrite = true); /** - * Get a parameters value out of the "conf" section ( - * referred to as option). - * @param key the desired keys name - */ - std::string option(const std::string& key) const; - - /** - * Set an option. - * @param key the key of the option to set - * @param value the value to set - */ - void set_option(const std::string& key, - const std::string& value); - - /** * Add a parameter value to the "alias" section. * @param key the name of the parameter which shall have a new alias * @param value the new alias |