silc_ssh_public_key_set_type

SYNOPSIS

    void silc_ssh_public_key_set_type(SilcSshPublicKey public_key,
                                      SilcSshKeyType type);

DESCRIPTION

Set the type of the SSH public key. This affects the format of the public key file when `public_key' is saved to a file. If this is not called the default type is always SILC_SSH_KEY_OPENSSH.