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".