From 00b0f2cb3e8235a6ff8c4d1c0476c687eb61afe6 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 15 Sep 2011 14:08:24 +0000 Subject: [PATCH] Fix warning. --- fips/rand/fips_randtest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fips/rand/fips_randtest.c b/fips/rand/fips_randtest.c index e8b52dba2a..58c1acecf5 100644 --- 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; -- 2.25.1