Skip to content

Commit a86bf67

Browse files
committed
Remove comment
1 parent 705dbfb commit a86bf67

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

openssl/src/pkcs12.rs

-3
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,6 @@ impl Pkcs12Builder {
271271
cvt(ffi::PKCS12_set_mac(
272272
pkcs12.as_ptr(),
273273
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.
277274
pass_len.try_into().unwrap(),
278275
ptr::null_mut(),
279276
0,

0 commit comments

Comments
 (0)