summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-04-18 18:03:26 +0000
committertedu <tedu@openbsd.org>2014-04-18 18:03:26 +0000
commit0ec6e02f1a19a18673e350e8fe6aaf6a78224fc0 (patch)
tree7c7e5032f2a47ef55862afb53369518a68a85c64
parentanother "string to make the random number generator think it has entropy" (diff)
downloadwireguard-openbsd-0ec6e02f1a19a18673e350e8fe6aaf6a78224fc0.tar.xz
wireguard-openbsd-0ec6e02f1a19a18673e350e8fe6aaf6a78224fc0.zip
another
-rw-r--r--lib/libssl/src/apps/testdsa.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libssl/src/apps/testdsa.h b/lib/libssl/src/apps/testdsa.h
index 9e84e31c939..d3ac4f9ef8f 100644
--- a/lib/libssl/src/apps/testdsa.h
+++ b/lib/libssl/src/apps/testdsa.h
@@ -212,6 +212,3 @@ DSA *get_dsa2048()
return(NULL);
return(dsa);
}
-
-static const char rnd_seed[] = "string to make the random number generator think it has entropy";
-static int rnd_fake = 0;