aboutsummaryrefslogtreecommitdiffstats
path: root/test/gost2814789test.c
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2015-09-05 13:32:58 +0100
committerBen Laurie <ben@links.org>2015-09-11 04:51:55 +0100
commitdf2ee0e27d2db02660c1d15fe6a3e38be9df0a60 (patch)
tree8a86e360b2f0c811186bf7009f20d13b0c65b820 /test/gost2814789test.c
parent4c7103a5eee1dc472e256ac8818610c6e98a9a39 (diff)
downloadopenssl-df2ee0e27d2db02660c1d15fe6a3e38be9df0a60.tar.gz
Enable -Wmissing-variable-declarations and
-Wincompatible-pointer-types-discards-qualifiers (the latter did not require any code changes). Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/gost2814789test.c')
-rw-r--r--test/gost2814789test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gost2814789test.c b/test/gost2814789test.c
index 953e1e1540..56a8ae3054 100644
--- a/test/gost2814789test.c
+++ b/test/gost2814789test.c
@@ -79,7 +79,7 @@ typedef struct g89_tc_ {
*/
} g89_tc;
-const g89_tc tcs[] = {
+static const g89_tc tcs[] = {
/*
* GOST R 34.11-94 Test cases
*/