We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f1124 commit f324a10Copy full SHA for f324a10
src/include/mbedtls/check_config.h
@@ -32,10 +32,10 @@
32
* We assume CHAR_BIT is 8 in many places. In practice, this is true on our
33
* target platforms, so not an issue, but let's just be extra sure.
34
*/
35
-#include <limits.h>
36
-#if CHAR_BIT != 8
37
-#error "mbed TLS requires a platform with 8-bit chars"
38
-#endif
+//#include <limits.h>
+//#if CHAR_BIT != 8
+//#error "mbed TLS requires a platform with 8-bit chars"
+//#endif
39
40
#if defined(_WIN32)
41
#if !defined(MBEDTLS_PLATFORM_C)
0 commit comments