Skip to content

Commit

Permalink
...and another try.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Jul 25, 2024
1 parent db51f22 commit 487f57e
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 @@ -272,8 +272,8 @@ TEST_F(rnp_tests, test_key_protect_sec_data)
assert_int_equal(memcmp(raw_ssub, raw_ssub_ptr, 32), 0);
delete skeycp;
delete ssubcp;
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);

Check notice

Code scanning / CodeQL

Commented-out code Note test

This comment appears to contain commented-out code.
/* do the same with key packet */
skeypkt = new pgp_key_pkt_t(skey.pkt());
ssubpkt = new pgp_key_pkt_t(ssub.pkt());
Expand Down

0 comments on commit 487f57e

Please sign in to comment.