| 190 | } // anonymous namespace |
| 191 | |
| 192 | extern "C" FB_DLL_EXPORT void FB_PLUGIN_ENTRY_POINT(Firebird::IMaster* master) |
| 193 | { |
| 194 | CachedMasterInterface::set(master); |
| 195 | PluginManagerInterfacePtr()->registerPluginFactory(IPluginManager::TYPE_WIRE_CRYPT, "ChaCha", &factory); |
| 196 | PluginManagerInterfacePtr()->registerPluginFactory(IPluginManager::TYPE_WIRE_CRYPT, "ChaCha64", &factory64); |
| 197 | getUnloadDetector()->registerMe(); |
| 198 | } |
nothing calls this directly
no test coverage detected