Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alevy committed Feb 28, 2024
1 parent f5e4484 commit c876007
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions capsules/extra/src/test/hmac_sha256.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,3 @@ impl CapsuleTest for TestHmacSha256 {
self.client.set(client);
}
}

impl digest::ClientVerify<32> for TestHmacSha256 {
fn verification_done(&self, _result: Result<bool, ErrorCode>, _compare: &'static mut [u8; 32]) {
}
}

0 comments on commit c876007

Please sign in to comment.