Open Q-Thomas opened 8 years ago
Error I get is the following:
pico_http_client.c:14:38: fatal error: wolfssl/wolfcrypt/coding.h: No such file or directory
^
compilation terminated. Makefile:39: recipe for target 'libhttp.a' failed make: *** [libhttp.a] Error 1
It should be possible to compile without wolfSSL if no base64Encoding is needed..
Error I get is the following:
pico_http_client.c:14:38: fatal error: wolfssl/wolfcrypt/coding.h: No such file or directory
include <wolfssl/wolfcrypt/coding.h>
compilation terminated. Makefile:39: recipe for target 'libhttp.a' failed make: *** [libhttp.a] Error 1
It should be possible to compile without wolfSSL if no base64Encoding is needed..