mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Make jenkins windows happy?
This commit is contained in:
@ -64,14 +64,13 @@
|
|||||||
|
|
||||||
#if defined(WOLFSSL_TLS13) && defined(HAVE_SUPPORTED_CURVES)
|
#if defined(WOLFSSL_TLS13) && defined(HAVE_SUPPORTED_CURVES)
|
||||||
static int TLSX_KeyShare_IsSupported(int namedGroup);
|
static int TLSX_KeyShare_IsSupported(int namedGroup);
|
||||||
|
static void TLSX_KeyShare_FreeAll(KeyShareEntry* list, void* heap);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SUPPORTED_CURVES
|
#ifdef HAVE_SUPPORTED_CURVES
|
||||||
static int TLSX_PopulateSupportedGroups(WOLFSSL* ssl, TLSX** extensions);
|
static int TLSX_PopulateSupportedGroups(WOLFSSL* ssl, TLSX** extensions);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void TLSX_KeyShare_FreeAll(KeyShareEntry* list, void* heap);
|
|
||||||
|
|
||||||
#ifndef NO_TLS
|
#ifndef NO_TLS
|
||||||
|
|
||||||
/* Digest enable checks */
|
/* Digest enable checks */
|
||||||
|
Reference in New Issue
Block a user