aboutsummaryrefslogtreecommitdiffstats
path: root/src/policy.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-10 05:31:08 +0000
committerlloyd <[email protected]>2008-04-10 05:31:08 +0000
commita5cbd8f304d646352789686a659c6923e320f22d (patch)
tree62bd8bcab0e294e0a0b51fb2180b721eb37f71a8 /src/policy.cpp
parentf9bdb307da05d9c60fb1614acc2b8ff7c3b7a0e7 (diff)
Remove the config option rng/ms_capi_prov_type - the CryptoAPI entropy
source will default to using the PROV_RSA_FULL provider if an empty string is passed to the constructor.
Diffstat (limited to 'src/policy.cpp')
-rw-r--r--src/policy.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/policy.cpp b/src/policy.cpp
index 9adb8e6b5..3c8081fd8 100644
--- a/src/policy.cpp
+++ b/src/policy.cpp
@@ -223,7 +223,6 @@ void set_default_config(Config& config)
config.set_option("pk/test/private", "basic");
config.set_option("pk/test/private_gen", "all");
- config.set_option("rng/ms_capi_prov_type", "INTEL_SEC:RSA_FULL");
config.set_option("rng/unix_path", "/bin:/sbin:/usr/bin:/usr/sbin");
config.set_option("rng/es_files", "/dev/random:/dev/srandom:/dev/urandom");
config.set_option("rng/egd_path",