util/fipslink.pl: fix typo.
authorAndy Polyakov <appro@openssl.org>
Sat, 27 Oct 2012 21:21:09 +0000 (21:21 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 27 Oct 2012 21:21:09 +0000 (21:21 +0000)
util/fipslink.pl

index 2eb033b7c582d3564b2ecb257cda09a3a7956a13..4b07036419e8d3c1e4703ca33e3e1036b5423ec9 100644 (file)
@@ -46,7 +46,7 @@ system "$fips_link @ARGV";
 die "First stage Link failure" if $? != 0;
 
 if (defined($ENV{FIPS_SIG})) {
-       system "$ENV{FIPS_SIG} $fips_target\n"
+       system "$ENV{FIPS_SIG} $fips_target"
        die "$ENV{FIPS_SIG} $fips_target failed" if $? != 0;
        exit;
 }