Ejemplo n.º 1
0
void _moddeinit(module_unload_intent_t intent)
{
	del_conf_item("DIGEST", &conf_pbkdf2v2_table);
	del_conf_item("ROUNDS", &conf_pbkdf2v2_table);
	del_top_conf("PBKDF2V2");

	crypt_unregister(&pbkdf2v2_crypt_impl);
}
Ejemplo n.º 2
0
void _moddeinit(module_unload_intent_t intent)
{
	crypt_unregister(&ircservices_crypt_impl);
}