[#DTLSv1_method] = DTLSv1_method :mrdocs: Return a client‐or‐server SSL_METHOD restricted to DTLS 1.0 (deprecated). == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:SSL_METHOD.adoc[SSL_METHOD] const* DTLSv1_method(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Pointer to the static DTLSv1.0 SSL_METHOD for use with SSL_CTX_new. [.small]#Created with https://www.mrdocs.com[MrDocs]#