Fix clang errors
[openssl.git] / test / ecdsatest.c
index 2cf1725d6a1678b08f9c7c7d471d675f37c03218..975486956528b6ae0a06693ed30967074311f142 100644 (file)
@@ -107,8 +107,8 @@ int change_rand(void);
 int restore_rand(void);
 int fbytes(unsigned char *buf, int num);
 
-RAND_METHOD fake_rand;
-const RAND_METHOD *old_rand;
+static RAND_METHOD fake_rand;
+static const RAND_METHOD *old_rand;
 
 int change_rand(void)
 {