Change output text (ar is not a linker).
authorBodo Möller <bodo@openssl.org>
Sat, 4 Mar 2000 02:06:04 +0000 (02:06 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 4 Mar 2000 02:06:04 +0000 (02:06 +0000)
util/selftest.pl

index f6ccfded268eb027865f29e4ab32e4bc23b63271..91aaaeca9d5c1409dbe1f0b2666ef59a5fd877ca 100644 (file)
@@ -85,7 +85,7 @@ if (open(TEST,">cctest.c")) {
     }
     system("ar r cctest.a");
     if (not -f "cctest.a") {
-       print OUT "Check your linker (ar).\n";
+       print OUT "Check your archive tool (ar).\n";
        goto err;
     }
 } else {