summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authorstevesk <stevesk>2001-02-05 12:42:17 +0000
committerstevesk <stevesk>2001-02-05 12:42:17 +0000
commitf4de84d0805289218d877ba316cf77a5f3ba0304 (patch)
tree15a85491db7ea4e43d44b71c784147426e50fb33 /kex.h
parentd1a62b3bb14df35325720b5e3e0c817c53afe699 (diff)
downloadopenssh-f4de84d0805289218d877ba316cf77a5f3ba0304.tar.gz
- stevesk@cvs.openbsd.org 2001/02/04 08:32:27
[many files; did this manually to our top-level source dir] unexpand and remove end-of-line whitespace; ok markus@
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kex.h b/kex.h
index f07e3d4d..8e6eea70 100644
--- a/kex.h
+++ b/kex.h
@@ -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;