X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=test%2Frdrand_sanitytest.c;h=851e14ccf7b2d12a65c84b33a4db77c1747c65e0;hb=df4439186fb70ce72668d472943dbcd057df8f30;hp=0f2b70ee2511a2a26f326cbf18566958cc429b3e;hpb=d6f4b0a8bfbe901c72294d8923eb5b6f54ca7732;p=thirdparty%2Fopenssl.git diff --git a/test/rdrand_sanitytest.c b/test/rdrand_sanitytest.c index 0f2b70ee25..851e14ccf7 100644 --- a/test/rdrand_sanitytest.c +++ b/test/rdrand_sanitytest.c @@ -1,6 +1,6 @@ /* * Copyright 2018 The OpenSSL Project Authors. All Rights Reserved. - * + * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at @@ -24,7 +24,7 @@ void OPENSSL_cpuid_setup(void); extern unsigned int OPENSSL_ia32cap_P[4]; -static int sanity_check_bytes(size_t (*rng)(unsigned char *, size_t), +static int sanity_check_bytes(size_t (*rng)(unsigned char *, size_t), int rounds, int min_failures, int max_retries, int max_zero_words) { int testresult = 0;