Skip to content

Commit 84650b5

Browse files
embhornJacobBarthelmeh
authored andcommitted
Add WOLFSSL_API_PREFIX_MAP
1 parent 9f12960 commit 84650b5

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

37603760
WOLFSSL_LOCAL int DeriveEarlySecret(WOLFSSL* ssl);
37613761
WOLFSSL_LOCAL int DeriveHandshakeSecret(WOLFSSL* ssl);
3762+
#ifdef WOLFSSL_API_PREFIX_MAP
3763+
#define DeriveTls13Keys wolfSSL_DeriveTls13Keys
3764+
#endif
37623765
WOLFSSL_TEST_VIS int DeriveTls13Keys(WOLFSSL* ssl, int secret, int side, int store);
37633766
WOLFSSL_LOCAL int DeriveMasterSecret(WOLFSSL* ssl);
37643767
WOLFSSL_LOCAL int DeriveResumptionPSK(WOLFSSL* ssl, byte* nonce, byte nonceLen, byte* secret);

0 commit comments

Comments
 (0)