silc_pkcs_public_key_free
SYNOPSIS
void silc_pkcs_public_key_free(SilcPublicKey public_key);
DESCRIPTION
Frees the public key. This will also automatically free the underlaying PKCS specific public key. All public keys allocated through the PKCS API must be freed by calling this function.