projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ec2d4d
)
remove test "goto err"
author
Ulf Möller
<ulf@openssl.org>
Thu, 24 Feb 2000 03:03:01 +0000
(
03:03
+0000)
committer
Ulf Möller
<ulf@openssl.org>
Thu, 24 Feb 2000 03:03:01 +0000
(
03:03
+0000)
util/selftest.pl
patch
|
blob
|
history
diff --git
a/util/selftest.pl
b/util/selftest.pl
index ac46c68037042c5d211f008c5fbf8727e130095f..ad0a6ab2d31f944107c0bbe2568b87ed415879be 100644
(file)
--- 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 <stdio.h>\nmain(){printf(\"Hello world\\n\");}\n";