forked from wolfSSL/wolfssl
Added ability to define your own XATOI
This commit is contained in:
@ -485,10 +485,12 @@
|
||||
defined(HAVE_CRL_IO) || defined(HAVE_HTTP_CLIENT) || \
|
||||
!defined(NO_CRYPT_BENCHMARK)
|
||||
|
||||
#ifndef XATOI /* if custom XATOI is not already defined */
|
||||
#include <stdlib.h>
|
||||
#define XATOI(s) atoi((s))
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef USE_WOLF_STRTOK
|
||||
WOLFSSL_API char* wc_strtok(char *str, const char *delim, char **nextp);
|
||||
|
Reference in New Issue
Block a user