Skip to content

Commit 61e3e8e

Browse files
Update src/crypto/crypto_context.cc
Co-authored-by: Anna Henningsen <github@addaleax.net>
1 parent d3baaca commit 61e3e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/crypto_context.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ MaybeLocal<Array> X509sToArrayOfStrings(Environment* env,
11111111
per_process::Debug(DebugCategory::CRYPTO,
11121112
"Skipping system certificate with subject "
11131113
"'%s' because X509 to PEM conversion failed\n",
1114-
subject_str.c_str());
1114+
subject_str);
11151115
skipped++;
11161116
continue;
11171117
}

0 commit comments

Comments
 (0)