gsk_free_cert_data()

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.

Related topics