summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-03-20 00:24:29 +0000
committerColin Watson <cjwatson@debian.org>2014-03-20 00:24:29 +0000
commit796ba4fd011b5d0d9d78d592ba2f30fc9d5ed2e7 (patch)
tree98105bf1621565a2679d5f7f4d650561be2d7666 /kex.h
parent9a975a9faed7c4f334e8c8490db3e77e102f2b21 (diff)
parent19158b2447e35838d69b2b735fb640d1e86061ea (diff)
Import openssh_6.6p1.orig.tar.gz
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/kex.h b/kex.h
index 1aa3ec26a..c85680eea 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.h,v 1.61 2014/01/25 10:12:50 dtucker Exp $ */ 1/* $OpenBSD: kex.h,v 1.62 2014/01/27 18:58:14 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -105,9 +105,8 @@ struct Mac {
105 u_int key_len; 105 u_int key_len;
106 int type; 106 int type;
107 int etm; /* Encrypt-then-MAC */ 107 int etm; /* Encrypt-then-MAC */
108 const EVP_MD *evp_md; 108 struct ssh_hmac_ctx *hmac_ctx;
109 HMAC_CTX evp_ctx; 109 struct umac_ctx *umac_ctx;
110 struct umac_ctx *umac_ctx;
111}; 110};
112struct Comp { 111struct Comp {
113 int type; 112 int type;