diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-04-16 11:07:04 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-04-16 11:07:04 +0000 |
commit | 8c9ba2481c4f9305f2c8e34f9beac9d8f11344be (patch) | |
tree | e0168263bf8dc5a585a9d101f5b444787f25cab3 /regress/lib/libcrypto/rsa | |
parent | 3bc956a139c6b7b5f6f9a246fc3b6986e079cf58 (diff) |
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')
-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; |