From 5a6abdae0f6f2312d8bfd60b8bf2420a3393428d Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 9 Jun 2002 19:41:48 +0000 Subject: unexpand --- sshconnect.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sshconnect.h') diff --git a/sshconnect.h b/sshconnect.h index ad34ee64..134b59af 100644 --- a/sshconnect.h +++ b/sshconnect.h @@ -28,9 +28,9 @@ typedef struct Sensitive Sensitive; struct Sensitive { - Key **keys; - int nkeys; - int external_keysign; + Key **keys; + int nkeys; + int external_keysign; }; int -- cgit v1.2.1