summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/roaming_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/roaming_common.c')
-rw-r--r--crypto/openssh/roaming_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/roaming_common.c b/crypto/openssh/roaming_common.c
index 8d0b605..50d6177 100644
--- a/crypto/openssh/roaming_common.c
+++ b/crypto/openssh/roaming_common.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: roaming_common.c,v 1.9 2011/12/07 05:44:38 djm Exp $ */
+/* $OpenBSD: roaming_common.c,v 1.10 2013/07/12 00:19:59 djm Exp $ */
/*
* Copyright (c) 2004-2009 AppGate Network Security AB
*
@@ -227,7 +227,7 @@ calculate_new_key(u_int64_t *key, u_int64_t cookie, u_int64_t challenge)
{
const EVP_MD *md = EVP_sha1();
EVP_MD_CTX ctx;
- char hash[EVP_MAX_MD_SIZE];
+ u_char hash[EVP_MAX_MD_SIZE];
Buffer b;
buffer_init(&b);
OpenPOWER on IntegriCloud