1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

[pki] Make ssh_key_new and ssh_key_free public

This commit is contained in:
milo
2011-03-09 00:51:50 +01:00
parent a0a3ceeaa0
commit 2be42922c8
3 changed files with 3 additions and 2 deletions

View File

@@ -30,6 +30,7 @@
* @{
*/
#include "libssh/libssh.h"
#include "libssh/priv.h"
#include "libssh/pki.h"
#include "libssh/keys.h"