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 705dbfb commit a86bf67Copy full SHA for a86bf67
openssl/src/pkcs12.rs
@@ -271,9 +271,6 @@ impl Pkcs12Builder {
271
cvt(ffi::PKCS12_set_mac(
272
pkcs12.as_ptr(),
273
pass,
274
- // -1 could be passed in for the password length in OpenSSL,
275
- // but AWS-LC does not support that at this time.
276
- // We know the length so explicitly provide it.
277
pass_len.try_into().unwrap(),
278
ptr::null_mut(),
279
0,
0 commit comments