From 42ca150ce7fa024a8fd6a4c9433b613175270eb4 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 22 Apr 2009 20:20:56 +0100 Subject: [PATCH] gdsa: Include "dsa.h" for dsa_h2n. Somehow it managed to work anyway. --- gdsa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdsa.c b/gdsa.c index 83f4d06..1f5dac7 100644 --- a/gdsa.c +++ b/gdsa.c @@ -29,6 +29,7 @@ /*----- Header files ------------------------------------------------------*/ +#include "dsa.h" #include "gdsa.h" #include "group.h" #include "ghash.h" -- 2.11.0