artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
562a5d6
)
Remove unused rnd_seed variable. Upstream made the same change 4 days ago.
author
kettenis
<kettenis@openbsd.org>
Sun, 16 Apr 2017 11:07:03 +0000
(11:07 +0000)
committer
kettenis
<kettenis@openbsd.org>
Sun, 16 Apr 2017 11:07:03 +0000
(11:07 +0000)
Fixes compiling this test using clang on arm64.
regress/lib/libcrypto/rsa/rsa_test.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/rsa/rsa_test.c
b/regress/lib/libcrypto/rsa/rsa_test.c
index
848f211
..
0bb0826
100644
(file)
--- 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;