From b6091d6db53d27a2eeb0f347de1e1f4437c132c9 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Wed, 6 May 2026 07:30:12 -0500 Subject: [PATCH] Fix from review --- wolfssl/internal.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wolfssl/internal.h b/wolfssl/internal.h index aa4f1e6d8a..6ac8ad06c5 100644 --- a/wolfssl/internal.h +++ b/wolfssl/internal.h @@ -2228,6 +2228,9 @@ WOLFSSL_LOCAL void FreeAsyncCtx(WOLFSSL* ssl, byte freeAsync); WOLFSSL_LOCAL void FreeKeyExchange(WOLFSSL* ssl); WOLFSSL_LOCAL void FreeSuites(WOLFSSL* ssl); WOLFSSL_LOCAL int ProcessPeerCerts(WOLFSSL* ssl, byte* input, word32* inOutIdx, word32 totalSz); +#ifdef WOLFSSL_API_PREFIX_MAP + #define MatchDomainName wolfSSL_MatchDomainName +#endif WOLFSSL_TEST_VIS int MatchDomainName(const char* pattern, int len, const char* str, word32 strLen, unsigned int flags);