if(NSS_NoDB_Init(".") != SECSuccess)
fatal_exit("could not init NSS");
#endif /* HAVE_SSL or HAVE_NSS*/
-#if 0 // DEBUG
authzone_test();
neg_test();
rnd_test();
#ifdef HAVE_NGTCP2
doq_test();
#endif /* HAVE_NGTCP2 */
-#endif // DEBUG
tsig_test();
if(log_get_lock()) {
lock_basic_destroy((lock_basic_type*)log_get_lock());
#define SRCDIRSTR xstr(SRCDIR)
/** verbosity for this file, 0 no, 1 print some, 2 print packet dumps */
-static int vtest = 2;
+static int vtest = 0;
/**
* Content of the TSIG test files.
void
tsig_test(void)
{
- verbosity = 4; // DEBUG
- log_file(stdout); // DEBUG
unit_show_feature("tsig");
tsig_test_one(SRCDIRSTR "/testdata/tsig_test.1");
tsig_test_one(SRCDIRSTR "/testdata/tsig_test.2");