tass-belgium / picotcp-modules

Application level modules to run on top of the popular Embedded picoTCP TCP/IP stack
GNU General Public License v2.0
8 stars 11 forks source link

LibHTTP cannot be compiled without WolfSSL anymore #14

Open Q-Thomas opened 7 years ago

Q-Thomas commented 7 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

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..