Removing the OpenSSL library for CyaSSL.

OpenSSL license was not compatible with the GPL license.
This commit is contained in:
vemax78
2014-05-15 21:43:21 +02:00
parent e1023a388e
commit 3573dd4251
19 changed files with 434 additions and 1110 deletions

View File

@ -18,14 +18,19 @@ Requirements
* libjson0-dev
* libnl-dev
* libtool
* libssl-dev
* libxml2-dev
* cyassl 3.0 or newer
Build
-----
Run:
CyaSSL:
./configure --enable-dtls --enable-psk --prefix=/usr/
make
make install
SmartCAPWAP:
autoreconf -f -i
./configure
make