From: Mark Wooding Date: Wed, 22 Apr 2009 19:20:56 +0000 (+0100) Subject: gdsa: Include "dsa.h" for dsa_h2n. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/42ca150ce7fa024a8fd6a4c9433b613175270eb4 gdsa: Include "dsa.h" for dsa_h2n. Somehow it managed to work anyway. --- 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"