projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ef6704
)
fix problems in the selftest
author
Ulf Möller
<ulf@openssl.org>
Wed, 11 Oct 2000 00:08:15 +0000
(
00:08
+0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 11 Oct 2000 00:08:15 +0000
(
00:08
+0000)
config
patch
|
blob
|
history
util/selftest.pl
patch
|
blob
|
history
diff --git
a/config
b/config
index 6a2625308efbe1828adf3f6ce15ea241ea76f9da..8e71b9b9c7a4254fd0e3d021bb07f63b23ecdb45 100755
(executable)
--- a/
config
+++ b/
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
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";