Skip to content

Commit

Permalink
make mymemmem available for linking
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl authored Sep 17, 2024
1 parent 5d8b259 commit 32774b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfssl/wolfcrypt/wc_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
#ifndef WOLFSSL_LEANPSK
char* mystrnstr(const char* s1, const char* s2, unsigned int n);
#endif
void *mymemmem(const void *haystack, size_t haystacklen,
WOLFSSL_API void *mymemmem(const void *haystack, size_t haystacklen,
const void *needle, size_t needlelen);

#ifndef FILE_BUFFER_SIZE
Expand Down

0 comments on commit 32774b5

Please sign in to comment.