From 083c8f79c08f3d110f30b023fce825b3d91da4df Mon Sep 17 00:00:00 2001 From: Aiman Ismail Date: Thu, 12 Sep 2019 14:58:16 +0300 Subject: [PATCH] net/dtls: add reference to wolfssl pkg --- sys/include/net/dtls.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/include/net/dtls.h b/sys/include/net/dtls.h index 77961299d0..4a1af9ed97 100644 --- a/sys/include/net/dtls.h +++ b/sys/include/net/dtls.h @@ -19,6 +19,7 @@ * with the pkg system. Supported DTLS implementations are: * * - @ref pkg_tinydtls "TinyDTLS" + * - @ref pkg_wolfssl "WolfSSL" * * The other way of using DTLS is through the @ref net_sock_dtls * "DTLS sock API".