summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkettenis <>2017-04-16 11:07:03 +0000
committerkettenis <>2017-04-16 11:07:03 +0000
commit3956655867c661e176cc8ec23899ce230e9f7e4f (patch)
treedf43d075b5621e48aa0f151023e4340148001795 /src
parentcf60f6b359a0d738aa963c901f0f283688efaeb5 (diff)
downloadopenbsd-3956655867c661e176cc8ec23899ce230e9f7e4f.tar.gz
openbsd-3956655867c661e176cc8ec23899ce230e9f7e4f.tar.bz2
openbsd-3956655867c661e176cc8ec23899ce230e9f7e4f.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 'src')
-rw-r--r--src/regress/lib/libcrypto/rsa/rsa_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/rsa/rsa_test.c b/src/regress/lib/libcrypto/rsa/rsa_test.c
index 848f2112de..0bb0826416 100644
--- a/src/regress/lib/libcrypto/rsa/rsa_test.c
+++ b/src/regress/lib/libcrypto/rsa/rsa_test.c
@@ -212,9 +212,6 @@ static int pad_unknown(void)
212 return (0); 212 return (0);
213} 213}
214 214
215static const char rnd_seed[] =
216 "string to make the random number generator think it has entropy";
217
218int main(int argc, char *argv[]) 215int main(int argc, char *argv[])
219{ 216{
220 int err = 0; 217 int err = 0;