From: Ulf Möller Date: Thu, 24 Feb 2000 03:03:01 +0000 (+0000) Subject: remove test "goto err" X-Git-Tag: OpenSSL_0_9_5beta2~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac9c1bcb8164bf661119bc112b6d25c7cde7b604;p=openssl remove test "goto err" --- diff --git a/util/selftest.pl b/util/selftest.pl index ac46c68037..ad0a6ab2d3 100644 --- a/util/selftest.pl +++ b/util/selftest.pl @@ -71,8 +71,6 @@ print OUT "Target: $platform\n"; print OUT "Compiler: $cversion\n"; print OUT "\n"; -goto err; - print "Checking compiler...\n"; if (open(TEST,">test.c")) { print TEST "#include \nmain(){printf(\"Hello world\\n\");}\n";