Skip to content

Commit 2639ed4

Browse files
Fixed CI errors (again)
Signed-off-by: Jacob Prud'homme <2160185+jacobprudhomme@users.noreply.github.com>
1 parent c96400c commit 2639ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptoki/src/session/digesting.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl Session {
9999
}
100100

101101
/// Finalizes ongoing multi-part digest operation,
102-
/// returning the digest
102+
/// returning the digest
103103
pub fn digest_final(&self) -> Result<Vec<u8>> {
104104
let mut digest_len = 0;
105105

0 commit comments

Comments
 (0)