Skip to content

Commit 2c15667

Browse files
committed
Add WOLFSSL_API_PREFIX_MAP
1 parent bf4b066 commit 2c15667

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

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

0 commit comments

Comments
 (0)