mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
revert accidental commit
This commit is contained in:
parent
13dc82b9d4
commit
f46d47239f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user