Move from CyaSSL to wolfSSL
authorAlexander Bruines <alexander.bruines@gmail.com>
Sat, 8 Aug 2015 16:54:49 +0000 (18:54 +0200)
committerAndy Green <andy.green@linaro.org>
Mon, 12 Oct 2015 00:14:50 +0000 (08:14 +0800)
commitc3bcb89d01da0c3ce9915cd73451399ec005b535
treedc610fc93bd92ace7d27f6611bec7ff4088727de
parent4c0ba02771e56dfd50ca7d01b76f536c6e10be95
Move from CyaSSL to wolfSSL

This patch lets libwebsockets use the lastest version of wolfSSL (the new name for CyaSSL).
The reason for the patch is that allthough wolfSSL provides compatibility headers for (old) projects using CyaSSL,
these are incomplete and do not work for libwebsockets.

The patch also fixes a typo in CMakeLists.txt where CYASSL_LIBRARIES was added to include_directories() instead of CYASSL_INCLUDE_DIRS.

Signed-off-by: ABruines <alexander.bruines@gmail.com>
CMakeLists.txt
README.build.md
cross-openwrt-makefile
lib/client.c
lib/libwebsockets.h
lib/private-libwebsockets.h
lib/ssl.c
lws_config.h.in