use consistent indentation
[openssl.git] / apps / testdsa.h
index a322978f8c2efaadfea17d1812111e685c1db91c..f0bfbb1ffa2f3193abdee62934f099dcee232523 100644 (file)
@@ -1,4 +1,5 @@
 /* NOCW */
+/* used by apps/speed.c */
 DSA *get_dsa512(void );
 DSA *get_dsa1024(void );
 DSA *get_dsa2048(void );
@@ -146,3 +147,5 @@ DSA *get_dsa2048()
        return(dsa);
        }
 
+static const char rnd_seed[] = "string to make the random number generator think it has entropy";
+static int rnd_fake = 0;