mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
defining custom config avoids warning of library builds pulling in options.h
This commit is contained in:
@@ -322,9 +322,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined(BUILDING_WOLFSSL) && defined(WOLFSSL_USE_OPTIONS_H)) || \
|
#if !defined(WOLFSSL_CUSTOM_CONFIG) && \
|
||||||
(defined(BUILDING_WOLFSSL) && defined(WOLFSSL_OPTIONS_H) && \
|
((defined(BUILDING_WOLFSSL) && defined(WOLFSSL_USE_OPTIONS_H)) || \
|
||||||
!defined(EXTERNAL_OPTS_OPENVPN))
|
(defined(BUILDING_WOLFSSL) && defined(WOLFSSL_OPTIONS_H) && \
|
||||||
|
!defined(EXTERNAL_OPTS_OPENVPN)))
|
||||||
#warning wolfssl/options.h included in compiled wolfssl library object.
|
#warning wolfssl/options.h included in compiled wolfssl library object.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user