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


gsk_free_memory()

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

Releases storage allocated by the SSL run time.

Format

   #include  <gskssl.h>

   void gsk_free_memory(
                         void *     address,
                         void *     reserved)

Parameters

address
Specifies the address of the storage to be released.
reserved
Reserved for future use. Specify NULL for this parameter.

Usage

The gsk_free_memory() routine releases storage allocated by the SSL run time.

Related Topics

gsk_get_dn_by_label()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014