From 80f5f7b0a07c21a9e59e75b2ca55a70eb6d43f39 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Mon, 9 Dec 2024 11:38:44 -0600 Subject: [PATCH] fixes from review --- wolfssl/wolfcrypt/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/settings.h b/wolfssl/wolfcrypt/settings.h index a54cac0519..9c939da85c 100644 --- a/wolfssl/wolfcrypt/settings.h +++ b/wolfssl/wolfcrypt/settings.h @@ -329,7 +329,7 @@ #include "nucleus.h" #include "os/networking/ssl/lite/cyassl_nucleus_defs.h" #elif !defined(BUILDING_WOLFSSL) && !defined(WOLFSSL_OPTIONS_H) && \ - !defined(EXTERNAL_OPTS_OPENVPN) && !defined(WOLFSSL_CUSTOM_CONFIG) + !defined(WOLFSSL_CUSTOM_CONFIG) /* This error indicates that the settings header may not be included before * other wolfSSL headers. If you are using a custom configuration method, * define WOLFSSL_CUSTOM_CONFIG to override this error. */