fix build 267, case 1299 ocsp + iopool (no stdlib)

This commit is contained in:
toddouska
2015-07-31 11:44:09 -07:00
parent c14398cb7a
commit 409b044ec7

View File

@@ -527,6 +527,8 @@ int EmbedGenerateCookie(WOLFSSL* ssl, byte *buf, int sz, void *ctx)
#ifdef HAVE_OCSP #ifdef HAVE_OCSP
#include <stdlib.h> /* atoi() */
static int Word16ToString(char* d, word16 number) static int Word16ToString(char* d, word16 number)
{ {