summaryrefslogtreecommitdiff
path: root/tools/mk-ca-bundle.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mk-ca-bundle.pl')
-rwxr-xr-xtools/mk-ca-bundle.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mk-ca-bundle.pl b/tools/mk-ca-bundle.pl
index 30301fff9a..2b07542b4d 100755
--- a/tools/mk-ca-bundle.pl
+++ b/tools/mk-ca-bundle.pl
@@ -265,7 +265,7 @@ while (<TXT>) {
$encoded =~ s/(.{1,${opt_w}})/"$1\\n"\n/g;
my $pem = "\"-----BEGIN CERTIFICATE-----\\n\"\n"
. $encoded
- . "\"-----END CERTIFICATE-----\\n\",\n";
+ . "\"-----END CERTIFICATE-----\",\n";
print CRT "\n/* $caname */\n";
my $maxStringLength = length($caname);