- testbound selftest also works in non-debug mode.

git-svn-id: file:///svn/unbound/trunk@3490 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2015-09-22 09:52:17 +00:00
parent f2426b7796
commit 66b21d16be
3 changed files with 43 additions and 34 deletions
-1
View File
@@ -284,7 +284,6 @@ main(int argc, char* argv[])
case 's':
free(pass_argv[1]);
testbound_selftest();
printf("selftest successful\n");
exit(0);
case '2':
#if (defined(HAVE_EVP_SHA256) || defined(HAVE_NSS)) && defined(USE_SHA2)