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


gsk_free_cert_data()

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

Releases the storage allocated for a certificate data array.

Format

   #include <gskssl.h>

   void gsk_free_cert_data (
                             gsk_cert_data_elem *     cert_data, 
                             int                      elem_count)

Parameters

cert_data
Specifies the certificate data array to be released.
elem_count
Specifies the number of elements in the certificate data array.

Usage

The gsk_free_cert_data() routine releases the storage allocated for an array of certificate data elements.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014