diff options
| author | 2002-06-09 13:32:01 +0000 | |
|---|---|---|
| committer | 2002-06-09 13:32:01 +0000 | |
| commit | 91406bc0d84ee6cb2a1847d6fde2c21f33b5978f (patch) | |
| tree | ea6c546dbb659fc4833917fe31e4ca6e20c3fc38 /usr.bin/ssh/sshconnect.h | |
| parent | reapply patch from jasoni@ for ICMP6_PACKET_TOO_BIG (diff) | |
| download | wireguard-openbsd-91406bc0d84ee6cb2a1847d6fde2c21f33b5978f.tar.xz wireguard-openbsd-91406bc0d84ee6cb2a1847d6fde2c21f33b5978f.zip | |
use tab not spaces (|unexpand)
Diffstat (limited to 'usr.bin/ssh/sshconnect.h')
| -rw-r--r-- | usr.bin/ssh/sshconnect.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/sshconnect.h b/usr.bin/ssh/sshconnect.h index ad34ee64abf..aeb2e51a579 100644 --- a/usr.bin/ssh/sshconnect.h +++ b/usr.bin/ssh/sshconnect.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect.h,v 1.14 2002/05/23 19:24:30 markus Exp $ */ +/* $OpenBSD: sshconnect.h,v 1.15 2002/06/09 13:32:01 markus Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -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 |
