Skip to content

Commit

Permalink
Another try to isolate point of failure...
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Jul 25, 2024
1 parent f0d7691 commit db51f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/key-protect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ TEST_F(rnp_tests, test_key_protect_sec_data)
assert_int_equal(memcmp(raw_ssub, raw_ssub_ptr, 32), 0);
delete skeypkt;
delete ssubpkt;
// assert_int_not_equal(memcmp(raw_skey, raw_skey_ptr, 32), 0);
// assert_int_not_equal(memcmp(raw_ssub, raw_ssub_ptr, 32), 0);
assert_int_not_equal(memcmp(raw_skey, raw_skey_ptr, 32), 0);
assert_int_not_equal(memcmp(raw_ssub, raw_ssub_ptr, 32), 0);
/* save original pointers */
raw_skey_ptr = skey.pkt().sec_data;
raw_ssub_ptr = ssub.pkt().sec_data;
Expand Down

0 comments on commit db51f22

Please sign in to comment.