How can I remove WICED SSL library from compilation path?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

My application has its own SSL library which unfortunately conflicts with that of WICED SDK's BESL library. Is there a way I can disable or remove the WICED SSL library from the compilation path? I'm using a WICED 3.5.2 SDK.

0 Likes
1 Solution
Anonymous
Not applicable

You will have to modify the makefile in the tools/makefiles directory. There is no default option to disable BESL


You could also remove the BESL directory and replace with your own but that is not recommended 

View solution in original post

0 Likes
1 Reply
Anonymous
Not applicable

You will have to modify the makefile in the tools/makefiles directory. There is no default option to disable BESL


You could also remove the BESL directory and replace with your own but that is not recommended 

0 Likes