Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Apr 27, 2023
1 parent f45b937 commit 4eb5c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s2n/s2n_tls_channel_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void aws_tls_init_static_state(struct aws_allocator *alloc) {

if (!s_s2n_initialized_externally) {
//setenv("S2N_DONT_MLOCK", "1", 1);
s_override_s2n_mem_functions(alloc)
s_override_s2n_mem_functions(alloc);

if (s2n_init() != S2N_SUCCESS) {
fprintf(stderr, "s2n_init() failed: %d (%s)\n", s2n_errno, s2n_strerror(s2n_errno, "EN"));
Expand Down

0 comments on commit 4eb5c61

Please sign in to comment.