forked from wolfSSL/wolfssl
make mymemmem available for linking
This commit is contained in:
committed by
Juliusz Sosinowicz
parent
1e75a2367c
commit
84c80b4c0f
@ -1214,7 +1214,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
|
|||||||
#ifndef WOLFSSL_LEANPSK
|
#ifndef WOLFSSL_LEANPSK
|
||||||
char* mystrnstr(const char* s1, const char* s2, unsigned int n);
|
char* mystrnstr(const char* s1, const char* s2, unsigned int n);
|
||||||
#endif
|
#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);
|
const void *needle, size_t needlelen);
|
||||||
|
|
||||||
#ifndef FILE_BUFFER_SIZE
|
#ifndef FILE_BUFFER_SIZE
|
||||||
|
Reference in New Issue
Block a user