Skip to content

Commit 7282d98

Browse files
Spell check
Signed-off-by: Jacob Prud'homme <2160185+jacobprudhomme@users.noreply.github.com>
1 parent a3c06a5 commit 7282d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptoki/tests/basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ fn encrypt_decrypt_multipart() -> TestResult {
464464
0x33, 0x99, 0x77,
465465
];
466466

467-
// // Encrypt data in parts
467+
// Encrypt data in parts
468468
session.encrypt_init(&Mechanism::AesEcb, key)?;
469469

470470
let mut encrypted_data = vec![];

0 commit comments

Comments
 (0)