*/
#ifdef ENABLE_AFL
- if (dns_fuzzing_resolver == ISC_FALSE) {
+ if (dns_fuzzing_resolver == ISC_FALSE) {
#endif
result = dns_resolver_createfetch(zone->view->resolver,
kname, dns_rdatatype_dnskey,
&kfetch->dnskeysigset,
&kfetch->fetch);
#ifdef ENABLE_AFL
- } else {
- result = ISC_R_FAILURE;
- }
+ } else {
+ result = ISC_R_FAILURE;
+ }
#endif
if (result == ISC_R_SUCCESS)
fetching = ISC_TRUE;
isc_result_t
cfg_parse_buffer4(cfg_parser_t *pctx, isc_buffer_t *buffer,
- const char *file, unsigned int line,
- const cfg_type_t *type, unsigned int flags,
+ const char *file, unsigned int line,
+ const cfg_type_t *type, unsigned int flags,
cfg_obj_t **ret)
{
isc_result_t result;
(clause->flags & CFG_CLAUSEFLAG_DEPRECATED) != 0)
{
cfg_parser_warning(pctx, 0, "option '%s' is deprecated",
- clause->name);
+ clause->name);
}
if ((clause->flags & CFG_CLAUSEFLAG_OBSOLETE) != 0) {
cfg_parser_warning(pctx, 0, "option '%s' is obsolete",
- clause->name);
+ clause->name);
}
if ((clause->flags & CFG_CLAUSEFLAG_NOTIMP) != 0) {
cfg_parser_warning(pctx, 0, "option '%s' is "
- "not implemented", clause->name);
+ "not implemented", clause->name);
}
if ((clause->flags & CFG_CLAUSEFLAG_NYI) != 0) {
cfg_parser_warning(pctx, 0, "option '%s' is "
- "not implemented", clause->name);
+ "not implemented", clause->name);
}
if ((clause->flags & CFG_CLAUSEFLAG_NOOP) != 0) {
cfg_parser_warning(pctx, 0, "option '%s' was not "
./bin/pkcs11/.gitignore X 2014,2018
./bin/pkcs11/Makefile.in MAKE 2009,2012,2014,2015,2016,2017,2018
./bin/pkcs11/OLD-PKCS11-NOTES X 2009,2018
-./bin/pkcs11/openssl-0.9.8zh-patch X 2015,2018
-./bin/pkcs11/openssl-1.0.0t-patch X 2015,2018
-./bin/pkcs11/openssl-1.0.1t-patch X 2016,2018
-./bin/pkcs11/openssl-1.0.2h-patch X 2016,2018
./bin/pkcs11/pkcs11-destroy.8 MAN DOCBOOK
./bin/pkcs11/pkcs11-destroy.c X 2009,2010,2014,2015,2018
./bin/pkcs11/pkcs11-destroy.docbook SGML 2009,2014,2015,2016,2018
./lib/isc/nothreads/include/isc/thread.h C 2000,2001,2004,2007,2013,2016,2017,2018
./lib/isc/nothreads/mutex.c C 2000,2001,2004,2006,2007,2016,2018
./lib/isc/nothreads/thread.c C 2000,2001,2004,2007,2016,2017,2018
+./lib/isc/openssl_shim.c C 2018
+./lib/isc/openssl_shim.h C 2018
./lib/isc/parseint.c C 2001,2002,2003,2004,2005,2007,2012,2016,2018
./lib/isc/pk11.c C 2014,2015,2016,2017,2018
./lib/isc/pk11_result.c C 2014,2015,2016,2018