summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/ec/ectest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/ec/ectest.c')
-rw-r--r--crypto/openssl/crypto/ec/ectest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/ec/ectest.c b/crypto/openssl/crypto/ec/ectest.c
index d1bf980..8e4154d 100644
--- a/crypto/openssl/crypto/ec/ectest.c
+++ b/crypto/openssl/crypto/ec/ectest.c
@@ -1366,7 +1366,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;
@@ -1469,7 +1469,7 @@ void nistp_single_test(const struct nistp_test_params *test)
BN_CTX_free(ctx);
}
-void nistp_tests()
+static void nistp_tests()
{
unsigned i;
OpenPOWER on IntegriCloud