Skip to content

Commit

Permalink
Try CBMC "fix"
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Feb 28, 2023
1 parent 2c2d552 commit 7ed39da
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ void s2n_stuffer_private_key_from_pem_harness()
nondet_s2n_mem_init();

/* Operation under verification. */
s2n_stuffer_private_key_from_pem(pem, asn1);
int type;
s2n_stuffer_private_key_from_pem(pem, asn1, &type);

/* Post-conditions. */
assert(s2n_result_is_ok(s2n_stuffer_validate(pem)));
Expand Down

0 comments on commit 7ed39da

Please sign in to comment.