BN_CTX_free(ctx);
}
-void prime_field_tests()
+static void prime_field_tests()
{
BN_CTX *ctx = NULL;
BIGNUM *p, *a, *b;
if (!EC_GROUP_copy(_variable, group)) ABORT; \
-void char2_field_tests()
+static void char2_field_tests()
{
BN_CTX *ctx = NULL;
BIGNUM *p, *a, *b;
}
-void internal_curve_test(void)
+static void internal_curve_test(void)
{
EC_builtin_curve *curves = NULL;
size_t crv_len = 0, n = 0;
int ssl3_get_next_proto(SSL *s)
{
int ok;
- unsigned proto_len, padding_len;
+ int proto_len, padding_len;
long n;
const unsigned char *p;