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:
1bf9559
)
Makefile.ssl -> Makefile
author
Nils Larsch
<nils@openssl.org>
Wed, 13 Apr 2005 19:09:43 +0000
(19:09 +0000)
committer
Nils Larsch
<nils@openssl.org>
Wed, 13 Apr 2005 19:09:43 +0000
(19:09 +0000)
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index 98cd12706cb4dd944b67004c6b7ff91ff5058c2f..8ff98470d8cd522d8376ce4e636f4e00cd226e9b 100755
(executable)
--- a/
util/mkdef.pl
+++ b/
util/mkdef.pl
@@
-98,7
+98,7
@@
my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
"DEPRECATED" );
my $options="";
-open(IN,"<Makefile
.ssl") || die "unable to open Makefile.ssl
!\n";
+open(IN,"<Makefile
") || die "unable to open Makefile
!\n";
while(<IN>) {
$options=$1 if (/^OPTIONS=(.*)$/);
}
@@
-1139,7
+1139,7
@@
sub print_test_file
sub get_version {
local *MF;
my $v = '?';
- open MF, 'Makefile
.ssl
' or return $v;
+ open MF, 'Makefile' or return $v;
while (<MF>) {
$v = $1, last if /^VERSION=(.*?)\s*$/;
}