aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-10-11 00:08:15 +0000
committerUlf Möller <ulf@openssl.org>2000-10-11 00:08:15 +0000
commit9e2c0f41d7deb0d80be53eed75bfe79f24467ec3 (patch)
treed226ed316bcf26eb816d93efb2c65aa8bebcfb58 /util
parent5ef67042f9d3514d663b3f6a83aefc98a3cfa85d (diff)
downloadopenssl-9e2c0f41d7deb0d80be53eed75bfe79f24467ec3.tar.gz
fix problems in the selftest
Diffstat (limited to 'util')
-rw-r--r--util/selftest.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/selftest.pl b/util/selftest.pl
index eb50d52ff8..775f1712e9 100644
--- a/util/selftest.pl
+++ b/util/selftest.pl
@@ -131,6 +131,7 @@ if (system("make 2>&1 | tee make.log") > 255) {
$_=$options;
s/no-asm//;
+s/no-shared//;
if (/no-/)
{
print OUT "Test skipped.\n";