- 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 */