diff options
| author | kettenis <> | 2017-04-16 11:07:03 +0000 |
|---|---|---|
| committer | kettenis <> | 2017-04-16 11:07:03 +0000 |
| commit | 3956655867c661e176cc8ec23899ce230e9f7e4f (patch) | |
| tree | df43d075b5621e48aa0f151023e4340148001795 | |
| parent | cf60f6b359a0d738aa963c901f0f283688efaeb5 (diff) | |
| download | openbsd-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 '')
| -rw-r--r-- | src/regress/lib/libcrypto/rsa/rsa_test.c | 3 |
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 | ||
| 215 | static const char rnd_seed[] = | ||
| 216 | "string to make the random number generator think it has entropy"; | ||
| 217 | |||
| 218 | int main(int argc, char *argv[]) | 215 | int main(int argc, char *argv[]) |
| 219 | { | 216 | { |
| 220 | int err = 0; | 217 | int err = 0; |
