diff options
author | 2017-04-16 11:07:03 +0000 | |
---|---|---|
committer | 2017-04-16 11:07:03 +0000 | |
commit | f19ed383b34559e7f0dd71aa28b7f333835bd500 (patch) | |
tree | 5d74cfb24ebf5d1664732e6a8122f1614ec0f0ea /regress/lib/libcrypto/rsa/rsa_test.c | |
parent | remove -g from CFLAGS at florian's request (diff) | |
download | wireguard-openbsd-f19ed383b34559e7f0dd71aa28b7f333835bd500.tar.xz wireguard-openbsd-f19ed383b34559e7f0dd71aa28b7f333835bd500.zip |
Remove unused rnd_seed variable. Upstream made the same change 4 days ago.
Fixes compiling this test using clang on arm64.
Diffstat (limited to 'regress/lib/libcrypto/rsa/rsa_test.c')
-rw-r--r-- | regress/lib/libcrypto/rsa/rsa_test.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/regress/lib/libcrypto/rsa/rsa_test.c b/regress/lib/libcrypto/rsa/rsa_test.c index 848f2112de4..0bb08264161 100644 --- a/regress/lib/libcrypto/rsa/rsa_test.c +++ b/regress/lib/libcrypto/rsa/rsa_test.c @@ -212,9 +212,6 @@ static int pad_unknown(void) return (0); } -static const char rnd_seed[] = - "string to make the random number generator think it has entropy"; - int main(int argc, char *argv[]) { int err = 0; |