summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/mac.c')
-rw-r--r--crypto/openssh/mac.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/openssh/mac.c b/crypto/openssh/mac.c
index 0977572..402dc98 100644
--- a/crypto/openssh/mac.c
+++ b/crypto/openssh/mac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mac.c,v 1.28 2014/02/07 06:55:54 djm Exp $ */
+/* $OpenBSD: mac.c,v 1.30 2014/04/30 19:07:48 naddy Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
@@ -175,7 +175,8 @@ mac_compute(Mac *mac, u_int32_t seqno, u_char *data, int datalen)
u_char m[EVP_MAX_MD_SIZE];
u_int64_t for_align;
} u;
- u_char b[4], nonce[8];
+ u_char b[4];
+ u_char nonce[8];
if (mac->mac_len > sizeof(u))
fatal("mac_compute: mac too long %u %zu",
OpenPOWER on IntegriCloud