mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
v3nametest: Make the gennames structure static
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13635)
This commit is contained in:
parent
74c8dd1c51
commit
7eea331eab
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user