Commit 706a8af0 authored by Christos Zoulas's avatar Christos Zoulas Committed by Viktor Dukhovni
Browse files

add missing "void" in prototype.

parent 15f77f2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ static int gcd(int a, int b)
    return a;
}

void setup_test_framework()
void setup_test_framework(void)
{
    char *TAP_levels = getenv("HARNESS_OSSL_LEVEL");
    char *test_seed = getenv("OPENSSL_TEST_RAND_ORDER");