From: Nils Larsch Date: Wed, 13 Apr 2005 19:09:43 +0000 (+0000) Subject: Makefile.ssl -> Makefile X-Git-Tag: OpenSSL_0_9_8-beta1~13^2~194 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=52272327f3154cffa0ed479f6e4044f2210ab10e Makefile.ssl -> Makefile --- diff --git a/util/mkdef.pl b/util/mkdef.pl index 98cd12706c..8ff98470d8 100755 --- 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,") { $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 () { $v = $1, last if /^VERSION=(.*?)\s*$/; }