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


gsk_free_crl()

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

Releases storage allocated for an X.509 certificate revocation list.

Format

   #include <gskcms.h>

   void gsk_free_crl (   
                       x509_crl *         crl)

Parameters

crl
Specifies the certificate revocation list to be released. The x509_crl structure will be initialized to zero upon completion.

Usage

The gsk_free_crl() routine is used to release storage allocated for an X.509 certificate revocation list.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014