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


gsk_free_public_key_info()

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

Releases storage allocated for public key information.

Format

   #include <gskcms.h>
 
   void gsk_free_public_key_info ( 
                                   x509_public_key_info *         info)

Parameters

info
Specifies the public key information to be released. The x509_public_key_info structure will be initialized to zero upon completion.

Usage

The gsk_free_public_key_info() routine is used to release storage allocated for public key information.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014