Files
bind9/bin/check
Diego Fronza 5b94d5b805 Removed all *_result_register() calls:
- dns_result_register()
- dst_result_register()
- isccc_result_register()
- pk11_result_register()

Use the semantic patch from the previous commit to remove all function
calls listed above.

This commit also removes the above listed functions from
lib/*/win32/lib*.def.in files.

It also manually removes the preprocessor directives surrounding
pk11_result_register():
- #if USE_PKCS11
	pk11_result_register();
- #endif /* if USE_PKCS11 */
2021-03-31 14:45:47 +00:00
..
2012-03-03 23:10:05 -08:00