mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
Don't include dlfcn.h for Windows (#1936)
Signed-off-by: Steen Rasmussen <steen.rasmussen@dencrypt.dk> Co-authored-by: Steen Rasmussen <steen.rasmussen@dencrypt.dk>
This commit is contained in:
parent
a5528768a1
commit
7f4c89b26f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user