X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Fselftest.pl;h=91aaaeca9d5c1409dbe1f0b2666ef59a5fd877ca;hp=f6ccfded268eb027865f29e4ab32e4bc23b63271;hb=0cff255077dd74d69a61ac68b2d754add33d1a81;hpb=0a150c5c9f5a4e16c45c9c65a8103ebd37fee14f diff --git a/util/selftest.pl b/util/selftest.pl index f6ccfded26..91aaaeca9d 100644 --- a/util/selftest.pl +++ b/util/selftest.pl @@ -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 {