Fix Asan build errors (#281)
[platform/upstream/iotivity.git] / extlibs / mbedtls / mbedtls / configs / config-mini-tls1_1.h
index e22363d..2d6d5ac 100644 (file)
@@ -29,7 +29,9 @@
 #define MBEDTLS_CONFIG_H
 
 /* System support */
+#if !defined(__SANITIZE_ADDRESS__)
 #define MBEDTLS_HAVE_ASM
+#endif
 #define MBEDTLS_HAVE_TIME
 
 /* mbed TLS feature support */