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


gsk_free_decoded_extension()

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

Frees a decoded certificate extension.

Format

   #include <gskcms.h>

   void gsk_free_decoded_extension (  
                                     x509_decoded_extension *         decoded_extension)

Parameters

decoded_extension
Specifies the certificate extension to be released. The x509_decoded_extension structure will be initialized to zero upon completion.

Usage

The gsk_free_decoded_extension() routine is used to release storage allocated for a decoded X.509 certificate extension.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014