We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a878d34 commit e2c39a2Copy full SHA for e2c39a2
rust/cert-tools/src/parsers.rs
@@ -103,7 +103,7 @@ pub fn parse_pkcs12_file_workaround(
103
104
parse_pem_contents(&output.stdout).with_whatever_context(|_| {
105
format!(
106
- "failed to parse openssl process output, which should be PEM. STDOUT: {stdout}?",
+ "failed to parse openssl process output, which should be PEM. STDOUT:\n{stdout}",
107
stdout = String::from_utf8_lossy(&output.stdout)
108
)
109
})
0 commit comments