gtpc1m5zTransmission Control Protocol/Internet Protocol

SSL_library_init

The SSL_library_init function registers the available ciphers and message digests.

Format

#include <openssl/ssl.h>
int SSL_library_init(void)
 

Normal Return

Return code 1 indicates that the function was successful.

Error Return

None.

Programming Considerations

This is the first SSL function that an application issues before issuing any other SSL function.

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

None.