Cleanup OPENSSL_NO_xxx, part 1
[oweals/openssl.git] / crypto / ec / ectest.c
index 22f7ea0fbef83bb62f24403a25a00b2e9f4a344f..16cf43f0edcd94f655564ce9a8c36503d05cb306 100644 (file)
@@ -164,8 +164,6 @@ static void timings(EC_GROUP *group, int type, BN_CTX *ctx)
         *                                       -- ISO/IEC 9899 */
 #      define UNIT "s"
 #else
-       /* "`CLOCKS_PER_SEC' undeclared (first use this function)"
-        *                            -- cc on NeXTstep/OpenStep */
 #      define UNIT "units"
 #      define CLOCKS_PER_SEC 1
 #endif
@@ -1367,7 +1365,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 +1468,7 @@ void nistp_single_test(const struct nistp_test_params *test)
        BN_CTX_free(ctx);
        }
 
-void nistp_tests()
+static void nistp_tests()
        {
        unsigned i;