Skip to content

Commit

Permalink
Merge pull request #8278 from JacobBarthelmeh/settings
Browse files Browse the repository at this point in the history
adjustments on sanity check of build
  • Loading branch information
douzzer authored Dec 11, 2024
2 parents 1f1e985 + 2749884 commit dd30126
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions wolfssl/wolfcrypt/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd30126

Please sign in to comment.