mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-08 15:39:41 +00:00
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
@ -526,7 +526,7 @@ int tls_valid_group(SSL *s, uint16_t group_id, int minversion, int maxversion,
|
|||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if (okfortls13 != NULL)
|
if (okfortls13 != NULL)
|
||||||
okfortls13 = 0;
|
*okfortls13 = 0;
|
||||||
|
|
||||||
if (ginfo == NULL)
|
if (ginfo == NULL)
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user