projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03e389c
)
Fix warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 15 Sep 2011 14:08:24 +0000
(14:08 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 15 Sep 2011 14:08:24 +0000
(14:08 +0000)
fips/rand/fips_randtest.c
patch
|
blob
|
history
diff --git
a/fips/rand/fips_randtest.c
b/fips/rand/fips_randtest.c
index e8b52dba2a19b96c802120fe6ccf3d2a1b359256..58c1acecf5d3655cc979bea60e18e6144ba07a86 100644
(file)
--- a/
fips/rand/fips_randtest.c
+++ b/
fips/rand/fips_randtest.c
@@
-220,7
+220,8
@@
static void compare(const unsigned char *result,const unsigned char *expected,
}
-static void run_test(unsigned char *key, int keylen, AES_PRNG_MCT *tv)
+static void run_test(const unsigned char *key, int keylen,
+ const AES_PRNG_MCT *tv)
{
unsigned char buf[16], dt[16];
int i, j;