From 13ed9ab921a7dc1ad2e85b5f5bccae6dfffdf5f4 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Mon, 16 Apr 2012 09:43:49 +0000
Subject: [PATCH] - Removed unused variable
---
library/dhm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/library/dhm.c b/library/dhm.c
index ef456afe9..f9cef5e7d 100644
--- a/library/dhm.c
+++ b/library/dhm.c
@@ -96,7 +96,7 @@ int dhm_read_params( dhm_context *ctx,
unsigned char **p,
const unsigned char *end )
{
- int ret, n;
+ int ret;
memset( ctx, 0, sizeof( dhm_context ) );