Skip to content

Commit 84c80b4

Browse files
committed
make mymemmem available for linking
1 parent 1e75a23 commit 84c80b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/wc_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
12141214
#ifndef WOLFSSL_LEANPSK
12151215
char* mystrnstr(const char* s1, const char* s2, unsigned int n);
12161216
#endif
1217-
void *mymemmem(const void *haystack, size_t haystacklen,
1217+
WOLFSSL_API void *mymemmem(const void *haystack, size_t haystacklen,
12181218
const void *needle, size_t needlelen);
12191219

12201220
#ifndef FILE_BUFFER_SIZE

0 commit comments

Comments
 (0)