tls_valid_group: Add missing dereference of okfortls13
Fixes #14153 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14154)
This commit is contained in:
parent
d8c1cafbbc
commit
89e14ca7c7
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ int tls_valid_group(SSL *s, uint16_t group_id, int minversion, int maxversion,
|
|||
int ret;
|
||||
|
||||
if (okfortls13 != NULL)
|
||||
okfortls13 = 0;
|
||||
*okfortls13 = 0;
|
||||
|
||||
if (ginfo == NULL)
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue