mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-30 19:54:39 +00: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;
|
return failed == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct gennamedata {
|
static struct gennamedata {
|
||||||
const unsigned char der[22];
|
const unsigned char der[22];
|
||||||
size_t derlen;
|
size_t derlen;
|
||||||
} gennames[] = {
|
} gennames[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user