Loading openssl/src/cms.rs +1 −0 Original line number Diff line number Diff line Loading @@ -323,6 +323,7 @@ mod test { .expect("failed to decrypt cms"); let decrypt_without_cert_check = String::from_utf8(decrypt_without_cert_check) .expect("failed to create string from cms content"); assert_eq!(input, decrypt_with_cert_check); assert_eq!(input, decrypt_without_cert_check); } Loading Loading
openssl/src/cms.rs +1 −0 Original line number Diff line number Diff line Loading @@ -323,6 +323,7 @@ mod test { .expect("failed to decrypt cms"); let decrypt_without_cert_check = String::from_utf8(decrypt_without_cert_check) .expect("failed to create string from cms content"); assert_eq!(input, decrypt_with_cert_check); assert_eq!(input, decrypt_without_cert_check); } Loading