forked from wolfSSL/wolfssl
Fix from review
This commit is contained in:
@ -24,6 +24,9 @@
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#ifndef WOLFSSL_USER_SETTINGS
|
||||
#include <wolfssl/options.h>
|
||||
#endif
|
||||
#include <wolfssl/wolfcrypt/settings.h>
|
||||
|
||||
#ifdef MICROCHIP_MPLAB_HARMONY
|
||||
|
@ -27,9 +27,12 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/* mc api header */
|
||||
#ifndef WOLFSSL_USER_SETTINGS
|
||||
#include <wolfssl/options.h>
|
||||
#endif
|
||||
#include <wolfssl/wolfcrypt/settings.h>
|
||||
|
||||
/* mc api header */
|
||||
#include "crypto.h"
|
||||
|
||||
/* sanity test against our default implementation, wolfssl headers */
|
||||
|
@ -319,6 +319,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(BUILDING_WOLFSSL) && defined(WOLFSSL_OPTIONS_H)
|
||||
#error wolfssl/options.h included in build of library object.
|
||||
#endif
|
||||
|
||||
#ifdef WOLFSSL_USER_SETTINGS
|
||||
#include "user_settings.h"
|
||||
#elif defined(USE_HAL_DRIVER) && !defined(HAVE_CONFIG_H)
|
||||
|
Reference in New Issue
Block a user