summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kex.h b/kex.h
index 7373d3c78..03b984cc8 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.h,v 1.52 2010/09/22 05:01:29 djm Exp $ */ 1/* $OpenBSD: kex.h,v 1.53 2012/12/11 22:31:18 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.
@@ -100,6 +100,7 @@ struct Mac {
100 u_char *key; 100 u_char *key;
101 u_int key_len; 101 u_int key_len;
102 int type; 102 int type;
103 int etm; /* Encrypt-then-MAC */
103 const EVP_MD *evp_md; 104 const EVP_MD *evp_md;
104 HMAC_CTX evp_ctx; 105 HMAC_CTX evp_ctx;
105 struct umac_ctx *umac_ctx; 106 struct umac_ctx *umac_ctx;