Add sanity check for configuration method

This commit is contained in:
Eric Blankenhorn
2024-12-06 16:35:21 -06:00
parent f764dbeee1
commit 3d0cc250b9
6 changed files with 17 additions and 2 deletions

View File

@@ -24,10 +24,10 @@
#include <config.h>
#endif
#include <wolfssl/wolfcrypt/settings.h>
#ifndef WOLFSSL_USER_SETTINGS
#include <wolfssl/options.h>
#endif
#include <wolfssl/wolfcrypt/settings.h>
/* Force enable the compatibility macros for this example */
#undef TEST_OPENSSL_COEXIST