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 7ef858c commit 30f0189Copy full SHA for 30f0189
rcgen/src/csr.rs
@@ -213,7 +213,7 @@ impl CertificateSigningRequestParams {
213
None => return Err(Error::UnsupportedExtension),
214
};
215
let mut ext = CustomExtension::from_oid_content(&oid, val.value.to_vec());
216
- ext.set_criticality(val.critical);
+ ext.set_criticality(val.critical);
217
params.custom_extensions.push(ext);
218
},
219
other => {
0 commit comments