mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-15 02:49:39 +00:00
Make refdata in tls13encryptest static
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
f60d68dc53
commit
bcd62c2512
@ -32,7 +32,7 @@ typedef struct {
|
||||
const char *seq;
|
||||
} RECORD_DATA;
|
||||
|
||||
RECORD_DATA refdata[] = {
|
||||
static RECORD_DATA refdata[] = {
|
||||
{
|
||||
{
|
||||
"0800001e001c000a00140012001d001700180019010001010102010301040000"
|
||||
|
Loading…
x
Reference in New Issue
Block a user