mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
fix problems in the selftest
This commit is contained in:
parent
5ef67042f9
commit
9e2c0f41d7
2
config
2
config
@ -557,7 +557,7 @@ OUT="$PREFIX$OUT"
|
||||
|
||||
$PERL ./Configure LIST | grep "$OUT" > /dev/null
|
||||
if [ $? = "0" ]; then
|
||||
#echo Configuring for $OUT
|
||||
echo Configuring for $OUT
|
||||
|
||||
if [ "$TEST" = "true" ]; then
|
||||
echo $PERL ./Configure $OUT $options
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user