aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libssh/messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/messages.h b/include/libssh/messages.h
index fd40b9f7..04d041d4 100644
--- a/include/libssh/messages.h
+++ b/include/libssh/messages.h
@@ -28,7 +28,7 @@ struct ssh_auth_request {
int method;
char *password;
struct ssh_key_struct *pubkey;
- char signature_state;
+ enum ssh_publickey_state_e signature_state;
char kbdint_response;
};