Skip to content

Commit

Permalink
include stdlib.h
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Dec 5, 2024
1 parent ba5319b commit 7d74c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/ossl/thread_setup_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "api.h"
#include "thread_setup.h"
#include <pthread.h>
#include <stdlib.h>

/* This array will store all of the mutexes available to OpenSSL. */
static pthread_mutex_t *mutex_buf = NULL;
Expand Down

0 comments on commit 7d74c21

Please sign in to comment.