aboutsummaryrefslogtreecommitdiffstats
path: root/apps/gendsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gendsa.c')
-rw-r--r--apps/gendsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gendsa.c b/apps/gendsa.c
index e43fd6a3a2..da43245f8b 100644
--- a/apps/gendsa.c
+++ b/apps/gendsa.c
@@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
+#ifndef NO_DSA
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
@@ -228,5 +229,4 @@ static long dsa_load_rand(char *name)
}
return(tot);
}
-
-
+#endif