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:
623bb80
)
OpenBSD complains.
author
Ulf Möller
<ulf@openssl.org>
Mon, 20 Mar 2000 18:19:38 +0000
(18:19 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Mon, 20 Mar 2000 18:19:38 +0000
(18:19 +0000)
util/selftest.pl
patch
|
blob
|
history
diff --git
a/util/selftest.pl
b/util/selftest.pl
index 91aaaeca9d5c1409dbe1f0b2666ef59a5fd877ca..04b4425d7ef9d0bd78234e88913fda321f7a5100 100644
(file)
--- a/
util/selftest.pl
+++ b/
util/selftest.pl
@@
-83,7
+83,7
@@
if (open(TEST,">cctest.c")) {
print OUT "Compiler doesn't work.\n";
goto err;
}
- system("ar r cctest.a");
+ system("ar r cctest.a
/dev/null
");
if (not -f "cctest.a") {
print OUT "Check your archive tool (ar).\n";
goto err;