diff options
Diffstat (limited to 'kex.h')
-rw-r--r-- | kex.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |