gtpc1m5s | Transmission Control Protocol/Internet Protocol |
The SSL_free function returns to the TPF system the Secure Sockets Layer (SSL) structure associated with an SSL session.
Format
#include <openssl/ssl.h> void SSL_free(SSL *ssl)
Normal Return
None.
Error Return
None.
Programming Considerations
None.
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