Skip to content

Commit a42b1e7

Browse files
committed
Set correct content type for pkcs8
1 parent ba9e2c3 commit a42b1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-wasm-internal/src/pure_crypto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ impl PureCrypto {
187187
.encrypt(
188188
&mut context,
189189
SymmetricKeyId::Local("wrapping_key"),
190-
ContentFormat::OctetStream,
190+
ContentFormat::Pkcs8,
191191
)?
192192
.to_string())
193193
}

0 commit comments

Comments
 (0)