summaryrefslogtreecommitdiffstats
path: root/samplesshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'samplesshd.c')
-rw-r--r--samplesshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplesshd.c b/samplesshd.c
index dcd85dc..9d6e3bb 100644
--- a/samplesshd.c
+++ b/samplesshd.c
@@ -43,7 +43,7 @@ int main(int argc, char **argv){
ssh_options options=ssh_options_new();
ssh_session session;
SSH_BIND *ssh_bind;
- SSH_MESSAGE *message;
+ ssh_message message;
ssh_channel chan=0;
ssh_buffer buf;
int auth=0;