z/OS Cryptographic Services System SSL Programming
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


gsk_secure_soc_close()

z/OS Cryptographic Services System SSL Programming
SC14-7495-00

Closes a secure socket connection.

Format

   #include <gskssl.h>

   void gsk_secure_soc_close(
                              gsk_soc_data *     handle)

Parameters

handle
Specifies the connection handle returned by the gsk_secure_soc_init() routine.

Usage

The gsk_secure_soc_close() routine closes a secure connection created by the gsk_secure_soc_init() routine. The socket itself is not closed (the application is responsible for closing the socket). The connection can no longer be used for secure communications after calling the gsk_secure_soc_close() routine.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014