- Removed unused variable

diff --git a/library/dhm.c b/library/dhm.c
index ef456af..f9cef5e 100644
--- a/library/dhm.c
+++ b/library/dhm.c
@@ -96,7 +96,7 @@
                      unsigned char **p,
                      const unsigned char *end )
 {
-    int ret, n;
+    int ret;
 
     memset( ctx, 0, sizeof( dhm_context ) );