Skip to content

Commit

Permalink
Don't include dlfcn.h for Windows (#1936)
Browse files Browse the repository at this point in the history
Signed-off-by: Steen Rasmussen <steen.rasmussen@dencrypt.dk>
Co-authored-by: Steen Rasmussen <steen.rasmussen@dencrypt.dk>
  • Loading branch information
steenrasmussen and Steen Rasmussen authored Sep 30, 2024
1 parent a552876 commit 7f4c89b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/ossl_helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#define OQS_OSSL_NO_EXTERN 1
#include "ossl_helpers.h"
#include <assert.h>
#if !defined(_WIN32)
#include <dlfcn.h>
#endif

#if OPENSSL_VERSION_NUMBER >= 0x30000000L
#if defined(OQS_USE_PTHREADS)
Expand Down

0 comments on commit 7f4c89b

Please sign in to comment.