summaryrefslogtreecommitdiff
path: root/sshconnect.h
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect.h')
-rw-r--r--sshconnect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sshconnect.h b/sshconnect.h
index ad34ee64a..134b59af9 100644
--- a/sshconnect.h
+++ b/sshconnect.h
@@ -28,9 +28,9 @@
28 28
29typedef struct Sensitive Sensitive; 29typedef struct Sensitive Sensitive;
30struct Sensitive { 30struct Sensitive {
31 Key **keys; 31 Key **keys;
32 int nkeys; 32 int nkeys;
33 int external_keysign; 33 int external_keysign;
34}; 34};
35 35
36int 36int