Skip to content

Commit a429eb7

Browse files
Add prefix for SetLength/Sequence when WOLFSSL_API_PREFIX_MAP is defined.
1 parent eae22ab commit a429eb7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wolfssl/wolfcrypt/asn.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2226,6 +2226,8 @@ typedef enum MimeStatus
22262226
#define GetShortInt wc_GetShortInt
22272227
#define SetShortInt wc_SetShortInt
22282228
#define GetLength wc_GetLength
2229+
#define SetLength wc_SetLength
2230+
#define SetSequence wc_SetSequence
22292231
#define GetASNInt wc_GetASNInt
22302232
#define GetASNTag wc_GetASNTag
22312233
#define SetAlgoID wc_SetAlgoID

0 commit comments

Comments
 (0)