add support of X.509 into tinyDTLS external library
[platform/upstream/iotivity.git] / extlibs / tinydtls / tinydtls.h
index b1b8cdf..dd27c55 100644 (file)
@@ -42,4 +42,7 @@
 /** Defined to 1 if tinydtls is built for Contiki OS */
 /* #undef WITH_CONTIKI */
 
+/** Define to 1 if building with X.509 support */
+#define DTLS_X509 1
+
 #endif /* _DTLS_TINYDTLS_H_ */