Build fixes
[openssl.git] / crypto / ec / ectest.c
index 22f7ea0fbef83bb62f24403a25a00b2e9f4a344f..6da927905abb58b00f296f8c350c2e638ef31b45 100644 (file)
@@ -1367,7 +1367,7 @@ static const struct nistp_test_params nistp_tests_params[] =
                },
        };
 
-void nistp_single_test(const struct nistp_test_params *test)
+static void nistp_single_test(const struct nistp_test_params *test)
        {
        BN_CTX *ctx;
        BIGNUM *p, *a, *b, *x, *y, *n, *m, *order;
@@ -1470,7 +1470,7 @@ void nistp_single_test(const struct nistp_test_params *test)
        BN_CTX_free(ctx);
        }
 
-void nistp_tests()
+static void nistp_tests()
        {
        unsigned i;