Make jenkins windows happy?

This commit is contained in:
Anthony Hu
2021-09-10 13:26:19 -04:00
parent fb733b4662
commit c9cf39de64

View File

@ -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 */