gtpc1m6g | Transmission Control Protocol/Internet Protocol |
The SSLv2_client_method function is used to indicate that the application is a client and supports Secure Sockets Layer version 2 (SSLv2).
Format
#include <openssl/ssl.h> SSL_METHOD *SSLv2_client_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