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