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:
df9e0bf
)
no Makefile.ssl anymore
author
Nils Larsch
<nils@openssl.org>
Wed, 27 Apr 2005 08:48:55 +0000
(08:48 +0000)
committer
Nils Larsch
<nils@openssl.org>
Wed, 27 Apr 2005 08:48:55 +0000
(08:48 +0000)
util/selftest.pl
patch
|
blob
|
history
diff --git
a/util/selftest.pl
b/util/selftest.pl
index 276b81183d2922162c0c034867e9c11558f1d83e..e9d5aa8938ec3d1f2d3f9fa82d49b68ef0ff86a7 100644
(file)
--- a/
util/selftest.pl
+++ b/
util/selftest.pl
@@
-34,9
+34,9
@@
foreach $_ (split("\n",$c)) {
$platform0=$1 if (/Configuring for (.*)$/);
}
-system "sh config" if (! -f "Makefile
.ssl
");
+system "sh config" if (! -f "Makefile");
-if (open(IN,"<Makefile
.ssl
")) {
+if (open(IN,"<Makefile")) {
while (<IN>) {
$version=$1 if (/^VERSION=(.*)$/);
$platform=$1 if (/^PLATFORM=(.*)$/);