forked from wolfSSL/wolfssl
Make jenkins happy. \n\nI feel like I should put the guard around the whole function but then other things break.
This commit is contained in:
@@ -4721,9 +4721,11 @@ int TLSX_UseSupportedCurve(TLSX** extensions, word16 name, void* heap)
|
|||||||
return BAD_FUNC_ARG;
|
return BAD_FUNC_ARG;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef WOLFSSL_TLS13
|
||||||
if (! TLSX_KeyShare_IsSupported(name)) {
|
if (! TLSX_KeyShare_IsSupported(name)) {
|
||||||
return BAD_FUNC_ARG;
|
return BAD_FUNC_ARG;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
extension = TLSX_Find(*extensions, TLSX_SUPPORTED_GROUPS);
|
extension = TLSX_Find(*extensions, TLSX_SUPPORTED_GROUPS);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user