gtpc1m5sTransmission Control Protocol/Internet Protocol

SSL_free

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)

ssl
A pointer to a token returned on the SSL_new call.

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

SSL_new.