8 #ifndef BOTAN_LIBRARY_INITIALIZER_H__
9 #define BOTAN_LIBRARY_INITIALIZER_H__
11 #include <botan/types.h>
22 class BOTAN_DLL
BOTAN_DEPRECATED("LibraryInitializer is no longer required") LibraryInitializer
25 explicit LibraryInitializer(
const std::string& =
"") { }
27 static void initialize(
const std::string& =
"") {}
28 static void deinitialize() {}
class BOTAN_DLL BOTAN_DEPRECATED("LibraryInitializer is no longer required") LibraryInitializer