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


gsk_list_free()

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

Releases storage allocated for a list.

Format

   #include <gskssl.h>

   void gsk_list_free (
                        gsk_list *     list)

Parameters

list
Specifies the list to be released.

Usage

The gsk_list_free() routine releases storage allocated for a list. This includes the gsk_list structure itself and all gsk_list structures anchored by the structure passed on the function call.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014