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