Warning when building 1.0.1-beta2:

Use of uninitialized value $output in pattern match (m//) at 
asm/md5-x86_64.pl line 115.

Code looks like:

111 my $flavour = shift;
112 my $output  = shift;
113 if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
114
115 my $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output 
=~ /\.asm$/);

Code in trunk seems to be the same.

Regards,

Rainer

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to