Skip to content

Commit

Permalink
Don't include dlfcn.h for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Steen Rasmussen committed Sep 26, 2024
1 parent 18db4c6 commit 6b2aea3
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 6b2aea3

Please sign in to comment.