forked from wolfSSL/wolfssl
Merge pull request #8278 from JacobBarthelmeh/settings
adjustments on sanity check of build
This commit is contained in:
@ -322,10 +322,11 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if (defined(BUILDING_WOLFSSL) && defined(WOLFSSL_USE_OPTIONS_H)) || \
|
||||
(defined(BUILDING_WOLFSSL) && defined(WOLFSSL_OPTIONS_H) && \
|
||||
!defined(EXTERNAL_OPTS_OPENVPN))
|
||||
#error wolfssl/options.h included in compiled wolfssl library object.
|
||||
#if !defined(WOLFSSL_CUSTOM_CONFIG) && \
|
||||
((defined(BUILDING_WOLFSSL) && defined(WOLFSSL_USE_OPTIONS_H)) || \
|
||||
(defined(BUILDING_WOLFSSL) && defined(WOLFSSL_OPTIONS_H) && \
|
||||
!defined(EXTERNAL_OPTS_OPENVPN)))
|
||||
#warning wolfssl/options.h included in compiled wolfssl library object.
|
||||
#endif
|
||||
|
||||
#ifdef WOLFSSL_USER_SETTINGS
|
||||
|
Reference in New Issue
Block a user