pseudo-seed for the PRNG before testing DSA
diff --git a/apps/testdsa.h b/apps/testdsa.h
index a322978..4a453d4 100644
--- a/apps/testdsa.h
+++ b/apps/testdsa.h
@@ -146,3 +146,5 @@
 	return(dsa);
 	}
 
+static const char rnd_seed[] = "string to make the random number generator think it has entropy";
+static int rnd_fake = 0;