aboutsummaryrefslogtreecommitdiff
path: root/lib/mk-ca-bundle.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-08-23 12:14:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-08-23 12:14:05 +0000
commitf46d47239f67d7f15f33ae9f0458ecefb7763cce (patch)
treef6497a8cea17e538dc4f33692327cb6972c66aa6 /lib/mk-ca-bundle.pl
parent13dc82b9d4e3280e9fbb038027169a544fcbd171 (diff)
revert accidental commit
Diffstat (limited to 'lib/mk-ca-bundle.pl')
-rwxr-xr-xlib/mk-ca-bundle.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl
index 4d41af9d3..279dd447e 100755
--- a/lib/mk-ca-bundle.pl
+++ b/lib/mk-ca-bundle.pl
@@ -163,7 +163,7 @@ while (<TXT>) {
. MIME::Base64::encode($data)
. "-----END CERTIFICATE-----\n";
open(CRT, ">>$crt") or die "Couldn't open $crt: $!";
- print CRT "\n\"$caname\"\n";
+ print CRT "\n$caname\n";
print CRT ("=" x length($caname) . "\n");
if (!$opt_t) {
print CRT $pem;