add support of X.509 into tinyDTLS external library
[platform/upstream/iotivity.git] / extlibs / tinydtls / tinydtls.h
index 3fa228a..dd27c55 100644 (file)
@@ -34,7 +34,7 @@
 #define _DTLS_TINYDTLS_H_
 
 /** Defined to 1 if tinydtls is built with support for ECC */
-/* #undef DTLS_ECC */
+#define DTLS_ECC 1
 
 /** Defined to 1 if tinydtls is built with support for PSK */
 #define DTLS_PSK 1
@@ -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_ */