gtpc1m6h | Transmission Control Protocol/Internet Protocol |
The SSLv2_server_method function indicates that the application is a server and supports Secure Sockets Layer version 2 (SSLv2).
Format
#include <openssl/ssl.h> SSL_METHOD *SSLv2_server_method(void)
Normal Return
A pointer to the appropriate connection method.
Error Return
None.
Programming Considerations
Examples
For sample SSL applications, go to http://www.ibm.com/tpf/pubs/tpfpubs.htm, click SSL for the TPF 4.1 System: An Online User's Guide, and click Examples from the left navigation bar.
Related Information