diff options
Diffstat (limited to 'include/init.h')
-rw-r--r-- | include/init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/init.h b/include/init.h index f00f97f9e..82a7fe278 100644 --- a/include/init.h +++ b/include/init.h @@ -20,6 +20,7 @@ class InitializerOptions bool thread_safe() const; bool use_engines() const; bool seed_rng() const; + bool secure_memory() const; std::string config_file() const; InitializerOptions(const std::string&); |