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:
01ad819
)
Update auto generated comment.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 17 Feb 2011 15:35:43 +0000
(15:35 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 17 Feb 2011 15:35:43 +0000
(15:35 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 2ee7d4d3d9364db1e1193ce05affbafcb6b996ba..c87c316b6c1153fbbcd1cb160f9fe4c461ba4160 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-1579,7
+1579,7
@@
my $mforg = $fipscanisteronly ? "Makefile.fips" : "Makefile.org";
open(IN,"<$mforg") || die "unable to read $mforg:$!\n";
unlink("$Makefile.new") || die "unable to remove old $Makefile.new:$!\n" if -e "$Makefile.new";
open(OUT,">$Makefile.new") || die "unable to create $Makefile.new:$!\n";
-print OUT "### Generated automatically from
Makefile.
org by Configure.\n\n";
+print OUT "### Generated automatically from
$mf
org by Configure.\n\n";
my $sdirs=0;
while (<IN>)
{