Skip to content

Commit ec2c50f

Browse files
committed
Fix from review
1 parent ad59622 commit ec2c50f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

wolfssl/internal.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,6 +2228,9 @@ WOLFSSL_LOCAL void FreeAsyncCtx(WOLFSSL* ssl, byte freeAsync);
22282228
WOLFSSL_LOCAL void FreeKeyExchange(WOLFSSL* ssl);
22292229
WOLFSSL_LOCAL void FreeSuites(WOLFSSL* ssl);
22302230
WOLFSSL_LOCAL int ProcessPeerCerts(WOLFSSL* ssl, byte* input, word32* inOutIdx, word32 totalSz);
2231+
#ifdef WOLFSSL_API_PREFIX_MAP
2232+
#define MatchDomainName wolfSSL_MatchDomainName
2233+
#endif
22312234
WOLFSSL_TEST_VIS int MatchDomainName(const char* pattern, int len,
22322235
const char* str, word32 strLen,
22332236
unsigned int flags);

0 commit comments

Comments
 (0)