From 2b4733d5893f0301b15f987c3309befc88eeb768 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 28 Jul 2006 14:11:16 +0000 Subject: Add a "selftest" option that allows the user to disable startup selftests --- include/init.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/init.h') diff --git a/include/init.h b/include/init.h index d98537231..1f8c3d742 100644 --- a/include/init.h +++ b/include/init.h @@ -22,6 +22,7 @@ class InitializerOptions bool seed_rng() const; bool secure_memory() const; bool fips_mode() const; + bool self_test() const; std::string config_file() const; -- cgit v1.2.3