From: Ulf Möller Date: Mon, 20 Mar 2000 18:19:38 +0000 (+0000) Subject: OpenBSD complains. X-Git-Tag: OpenSSL_0_9_5a-beta2~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b313adc4b6ccec271aae0c77cfdb6ec158c599c9;p=oweals%2Fopenssl.git OpenBSD complains. --- diff --git a/util/selftest.pl b/util/selftest.pl index 91aaaeca9d..04b4425d7e 100644 --- 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;