summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
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 8fbcb2b79..ea698c467 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.
@@ -108,9 +108,8 @@ struct Mac {
108 u_int key_len; 108 u_int key_len;
109 int type; 109 int type;
110 int etm; /* Encrypt-then-MAC */ 110 int etm; /* Encrypt-then-MAC */
111 const EVP_MD *evp_md; 111 struct ssh_hmac_ctx *hmac_ctx;
112 HMAC_CTX evp_ctx; 112 struct umac_ctx *umac_ctx;
113 struct umac_ctx *umac_ctx;
114}; 113};
115struct Comp { 114struct Comp {
116 int type; 115 int type;