Skip to content

Commit 4da06a0

Browse files
committed
Add WOLFSSL_API_PREFIX_MAP
1 parent 9cd9bb6 commit 4da06a0

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
@@ -3761,6 +3761,9 @@ enum DeriveKeyType {
37613761

37623762
WOLFSSL_LOCAL int DeriveEarlySecret(WOLFSSL* ssl);
37633763
WOLFSSL_LOCAL int DeriveHandshakeSecret(WOLFSSL* ssl);
3764+
#ifdef WOLFSSL_API_PREFIX_MAP
3765+
#define DeriveTls13Keys wolfSSL_DeriveTls13Keys
3766+
#endif
37643767
WOLFSSL_TEST_VIS int DeriveTls13Keys(WOLFSSL* ssl, int secret, int side, int store);
37653768
WOLFSSL_LOCAL int DeriveMasterSecret(WOLFSSL* ssl);
37663769
WOLFSSL_LOCAL int DeriveResumptionPSK(WOLFSSL* ssl, byte* nonce, byte nonceLen, byte* secret);

0 commit comments

Comments
 (0)