Libssh2 publickey list free
From Libssh2
int libssh2_publickey_list_free(LIBSSH2_PUBLICKEY *pkey, libssh2_publickey_list *pkey_list);
[edit]
About
Free the resources associated with a previously fetched set of authorized public keys.
[edit]
Parameters
- pkey
- Publickey instance associated with pkey_list.
- pkey_list
- Vector of libssh2_publickey_list structures as returned by libssh2_publickey_list_fetch().
[edit]
Returns
- On Success: 0
- On Failure: -1
