Skip to content

Commit

Permalink
Update stuffer/s2n_stuffer.h
Browse files Browse the repository at this point in the history
Co-authored-by: maddeleine <[email protected]>
  • Loading branch information
jmayclin and maddeleine authored Dec 10, 2024
1 parent 2e3fbc9 commit 463c7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stuffer/s2n_stuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct s2n_stuffer {
/* Was this stuffer alloc()'d?
* This field controls whether the stuffer "owns" the blob. If the stuffer
* was allocated, then `blob` must be freed when the stuffer is freed. If the
* stuffer was not allocated, then the blob must not be freed, even if the
* stuffer was not allocated, then the blob must not be freed by the stuffer, even if the
* blob itself is allocated. */
unsigned int alloced : 1;

Expand Down

0 comments on commit 463c7fe

Please sign in to comment.