Skip to content

Commit

Permalink
Homogeneize format
Browse files Browse the repository at this point in the history
  • Loading branch information
sarroutbi authored May 20, 2024
1 parent 2132d4b commit ac295d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api_jwe.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ main(int argc, char *argv[])
/* Now let's get the ciphertext compressed len. */
char *ct = NULL;
size_t ctl = 0;
assert(json_unpack(jwe, "{s:s%}", "ciphertext", &ct, & ctl) != -1);
assert(json_unpack(jwe, "{s:s%}", "ciphertext", &ct, &ctl) != -1);
/* And check our expectation is correct. */
assert(zip[i].expected == (ctl < MAX_COMPRESSED_SIZE));

Expand Down

0 comments on commit ac295d4

Please sign in to comment.