Merge pull request #8168 from bandi13/fixCMakeTests

Use only one or the other
This commit is contained in:
Daniel Pouzzner 2024-11-09 00:43:15 -06:00 committed by GitHub
commit c08bbf0333
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,11 +21,11 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#else
#ifndef WOLFSSL_USER_SETTINGS
#include <wolfssl/options.h>
#endif
#endif
#include <wolfssl/wolfcrypt/settings.h>
#include <tests/unit.h>