]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
wolfssl: Include settings.h in case WOLFSSL_USER_SETTINGS is defined
authorTobias Brunner <tobias@strongswan.org>
Fri, 29 Nov 2024 07:45:53 +0000 (08:45 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 2 Jun 2025 07:15:05 +0000 (09:15 +0200)
src/libstrongswan/plugins/wolfssl/wolfssl_common.h

index 87e26a3ca269f0fafa351ba2027d88a6ed443cab..092b70df29c35420862942bb19dae66a924e5213 100644 (file)
@@ -50,6 +50,7 @@
 #ifndef WOLFSSL_USER_SETTINGS
        #include <wolfssl/options.h>
 #endif
+#include <wolfssl/wolfcrypt/settings.h>
 
 /* Disable inclusion of the wolfSSL OpenSSL compatibility layer header (if
  * configured) as it is not used by the plugin and causes conflicts */