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