Make sure latest Perl versions don't interpret some generated C array as Perl
array code in the crypto/err/err_genc.pl script. Submitted by: Lars Weber <3weber@informatik.uni-hamburg.de> Reviewed by: Ralf s. Engelschall
This commit is contained in:
parent
e3577ba07b
commit
6013fa8395
4
CHANGES
4
CHANGES
@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
Changes between 0.9.1c and 0.9.2
|
Changes between 0.9.1c and 0.9.2
|
||||||
|
|
||||||
|
*) Make sure latest Perl versions don't interpret some generated C array
|
||||||
|
code as Perl array code in the crypto/err/err_genc.pl script.
|
||||||
|
[Lars Weber <3weber@informatik.uni-hamburg.de>]
|
||||||
|
|
||||||
*) Modify ms/do_ms.bat to not generate assembly language makefiles since
|
*) Modify ms/do_ms.bat to not generate assembly language makefiles since
|
||||||
not many people have the assembler. Various Win32 compilation fixes and
|
not many people have the assembler. Various Win32 compilation fixes and
|
||||||
update to the INSTALL.W32 file with (hopefully) more accurate Win32
|
update to the INSTALL.W32 file with (hopefully) more accurate Win32
|
||||||
|
@ -55,7 +55,7 @@ close(IN);
|
|||||||
|
|
||||||
foreach (sort keys %out)
|
foreach (sort keys %out)
|
||||||
{
|
{
|
||||||
print "static ERR_STRING_DATA ${_}[]=\n\t{\n";
|
print "static ERR_STRING_DATA ${_}\[\]=\n\t{\n";
|
||||||
print $out{$_};
|
print $out{$_};
|
||||||
print "{0,NULL},\n";
|
print "{0,NULL},\n";
|
||||||
print "\t};\n\n";
|
print "\t};\n\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user