Skip to content

Commit

Permalink
cfg hax
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikbhargavan committed Jan 16, 2025
1 parent aed4d9c commit 0ef31c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tls13utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ let update_at_usize_bytes: Rust_primitives.Hax.update_at_tc t_Bytes usize =
)]
fn _update_at_usize_bytes_test(b: &mut Bytes) {
if b.len() > 0 {
b[0] = 0
b[0] = U8(0)
};
}

Expand Down

0 comments on commit 0ef31c7

Please sign in to comment.