Skip to content

Commit

Permalink
v3nametest: Make the gennames structure static
Browse files Browse the repository at this point in the history
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from openssl#13635)
  • Loading branch information
t8m committed Dec 9, 2020
1 parent 74c8dd1 commit 7eea331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/v3nametest.c
Expand Up @@ -359,7 +359,7 @@ static int call_run_cert(int i)
return failed == 0;
}

struct gennamedata {
static struct gennamedata {
const unsigned char der[22];
size_t derlen;
} gennames[] = {
Expand Down

0 comments on commit 7eea331

Please sign in to comment.