diff --git a/crypto/perlasm/arm-xlate.pl b/crypto/perlasm/arm-xlate.pl index fffba808..29e086dd 100755 --- a/crypto/perlasm/arm-xlate.pl +++ b/crypto/perlasm/arm-xlate.pl @@ -194,6 +194,6 @@ while(my $line=<>) { } print "#endif\n" if ($flavour eq "linux32" || $flavour eq "linux64"); -print "#endif // !OPENSSL_NO_ASM"; +print "#endif // !OPENSSL_NO_ASM\n"; close STDOUT; diff --git a/crypto/perlasm/ppc-xlate.pl b/crypto/perlasm/ppc-xlate.pl index 8013058d..05595f2c 100644 --- a/crypto/perlasm/ppc-xlate.pl +++ b/crypto/perlasm/ppc-xlate.pl @@ -306,6 +306,6 @@ while($line=<>) { print "\n"; } -print "#endif // !OPENSSL_NO_ASM && __powerpc64__"; +print "#endif // !OPENSSL_NO_ASM && __powerpc64__\n"; close STDOUT;