forked from wolfSSL/wolfssl
Fix to allow user to force build using WOLF_C99
option.
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
#endif
|
||||
|
||||
/* detect C99 */
|
||||
#if defined(__STDC_VERSION__)
|
||||
#if !defined(WOLF_C99) && defined(__STDC_VERSION__)
|
||||
#if __STDC_VERSION__ >= 199901L
|
||||
#define WOLF_C99
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user