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

server: Fix some build warnings.

This commit is contained in:
Andreas Schneider
2011-09-11 15:32:39 +02:00
parent 3b5bdc5db4
commit 06e0305100
2 changed files with 3 additions and 3 deletions

View File

@@ -472,7 +472,7 @@ void privatekey_free(ssh_private_key prv) {
ssh_string publickey_from_file(ssh_session session, const char *filename,
int *type) {
ssh_key key;
ssh_string key_str;
ssh_string key_str = NULL;
int rc;
(void) session; /* unused */