summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2007-04-04 03:24:01 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2007-04-04 03:24:01 +0000
commit7e2f16ba72ea7880419feb2cf8c254a76d7bed5e (patch)
tree9f7a955215ae9aa94943916a012e3e2e833eab8f
parentedb2e5dca3a6ed44f77ebf3d0f5dd0252f5d6419 (diff)
Notes
-rw-r--r--lib/libatm/cache_key.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libatm/cache_key.c b/lib/libatm/cache_key.c
index 8e212e6e6362..7bfeac210544 100644
--- a/lib/libatm/cache_key.c
+++ b/lib/libatm/cache_key.c
@@ -69,7 +69,8 @@ void
scsp_cache_key(const Atm_addr *ap, const struct in_addr *ip, int ol, char *op)
{
int i, len;
- char buff[32], digest[16];
+ char buff[32];
+ unsigned char digest[16];
MD5_CTX context;
/*