Return a server‐only SSL_METHOD for DTLSv1.0 (deprecated).
Synopsis
Declared in <openssl/ssl.h>
[[deprecated]]
SSL_METHOD const*
DTLSv1_server_method();
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Pointer to a static SSL_METHOD.
Created with MrDocs