We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e75a23 commit 84c80b4Copy full SHA for 84c80b4
1 file changed
wolfssl/wolfcrypt/wc_port.h
@@ -1214,7 +1214,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
1214
#ifndef WOLFSSL_LEANPSK
1215
char* mystrnstr(const char* s1, const char* s2, unsigned int n);
1216
#endif
1217
- void *mymemmem(const void *haystack, size_t haystacklen,
+ WOLFSSL_API void *mymemmem(const void *haystack, size_t haystacklen,
1218
const void *needle, size_t needlelen);
1219
1220
#ifndef FILE_BUFFER_SIZE
0 commit comments