Make refdata in tls13encryptest static
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
f60d68dc53
commit
bcd62c2512
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ typedef struct {
|
|||
const char *seq;
|
||||
} RECORD_DATA;
|
||||
|
||||
RECORD_DATA refdata[] = {
|
||||
static RECORD_DATA refdata[] = {
|
||||
{
|
||||
{
|
||||
"0800001e001c000a00140012001d001700180019010001010102010301040000"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue