diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-02-04 15:32:28 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-02-04 15:32:28 +0000 |
commit | dda52756dc38adc836a931454a6d6b3cfcac978b (patch) | |
tree | 7a5c0d16008cd6b4ef4a67db67ec5af35e46ae29 /usr.bin/ssh/kex.h | |
parent | 16979520bbe106bb4e81a0d4213e2c053956e333 (diff) |
unexpand and remove end-of-line whitespace; ok markus@
Diffstat (limited to 'usr.bin/ssh/kex.h')
-rw-r--r-- | usr.bin/ssh/kex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/kex.h b/usr.bin/ssh/kex.h index f07e3d4d399..d8f37c1a67d 100644 --- a/usr.bin/ssh/kex.h +++ b/usr.bin/ssh/kex.h @@ -1,4 +1,4 @@ -/* $OpenBSD: kex.h,v 1.12 2001/01/29 01:58:16 niklas Exp $ */ +/* $OpenBSD: kex.h,v 1.13 2001/02/04 15:32:24 stevesk Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -54,7 +54,7 @@ enum kex_exchange { DH_GRP1_SHA1, DH_GEX_SHA1 }; - + typedef struct Kex Kex; typedef struct Mac Mac; typedef struct Comp Comp; |