DTLS_client_method
LSSL_USED(DTLS_client_method);
const SSL_METHOD *DTLS_client_method(void); /* DTLS v1.0 or later */
LSSL_ALIAS(DTLS_client_method);
.ssl_method = DTLS_client_method,
.ssl_method = DTLS_client_method,
.ssl_method = DTLS_client_method,
if ((ssl_ctx = SSL_CTX_new(DTLS_client_method())) == NULL)
if ((ssl_ctx = SSL_CTX_new(DTLS_client_method())) == NULL)
.method = DTLS_client_method,
cfg.meth = DTLS_client_method();
cfg.meth = DTLS_client_method();