Fix Asan build errors (#281)
[platform/upstream/iotivity.git] / extlibs / mbedtls / mbedtls / configs / config-thread.h
index 990fe08..f1f8ff5 100644 (file)
@@ -35,7 +35,9 @@
 #define MBEDTLS_CONFIG_H
 
 /* System support */
+#if !defined(__SANITIZE_ADDRESS__)
 #define MBEDTLS_HAVE_ASM
+#endif
 
 /* mbed TLS feature support */
 #define MBEDTLS_AES_ROM_TABLES