diff options
author | 2014-04-18 18:03:26 +0000 | |
---|---|---|
committer | 2014-04-18 18:03:26 +0000 | |
commit | 0ec6e02f1a19a18673e350e8fe6aaf6a78224fc0 (patch) | |
tree | 7c7e5032f2a47ef55862afb53369518a68a85c64 | |
parent | another "string to make the random number generator think it has entropy" (diff) | |
download | wireguard-openbsd-0ec6e02f1a19a18673e350e8fe6aaf6a78224fc0.tar.xz wireguard-openbsd-0ec6e02f1a19a18673e350e8fe6aaf6a78224fc0.zip |
another
-rw-r--r-- | lib/libssl/src/apps/testdsa.h | 3 |
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; |