projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix problems in the selftest
[openssl.git]
/
util
/
selftest.pl
diff --git
a/util/selftest.pl
b/util/selftest.pl
index eb50d52ff8ffcf1819161508cb6d6c21d3fa61f5..775f1712e909b7ff1abc7fe96f317866aa943429 100644
(file)
--- 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";