remove test "goto err"
authorUlf Möller <ulf@openssl.org>
Thu, 24 Feb 2000 03:03:01 +0000 (03:03 +0000)
committerUlf Möller <ulf@openssl.org>
Thu, 24 Feb 2000 03:03:01 +0000 (03:03 +0000)
util/selftest.pl

index ac46c68037042c5d211f008c5fbf8727e130095f..ad0a6ab2d31f944107c0bbe2568b87ed415879be 100644 (file)
@@ -71,8 +71,6 @@ print OUT "Target:           $platform\n";
 print OUT "Compiler:         $cversion\n";
 print OUT "\n";
 
 print OUT "Compiler:         $cversion\n";
 print OUT "\n";
 
-goto err;
-
 print "Checking compiler...\n";
 if (open(TEST,">test.c")) {
     print TEST "#include <stdio.h>\nmain(){printf(\"Hello world\\n\");}\n";
 print "Checking compiler...\n";
 if (open(TEST,">test.c")) {
     print TEST "#include <stdio.h>\nmain(){printf(\"Hello world\\n\");}\n";