Openwrt/package/libs
Alexandru Ardelean 8334a23679 libs/wolfssl: disable hardening check in settings.h
This seems to cause a false-positive warning/error
while building `libwebsockets-cyassl`.

```
make[6]: Leaving directory '/home/sandu/work/lede/build_dir/target-x86_64_musl/libwebsockets-cyassl/libwebsockets-2.2.1'
make[6]: Entering directory '/home/sandu/work/lede/build_dir/target-x86_64_musl/libwebsockets-cyassl/libwebsockets-2.2.1'
[  2%] Building C object CMakeFiles/websockets.dir/lib/base64-decode.c.o
In file included from /home/sandu/work/lede/staging_dir/target-x86_64_musl/usr/include/wolfssl/ssl.h:31:0,
                 from /home/sandu/work/lede/staging_dir/target-x86_64_musl/usr/include/cyassl/ssl.h:33,
                 from /home/sandu/work/lede/staging_dir/target-x86_64_musl/usr/include/cyassl/openssl/ssl.h:30,
                 from /home/sandu/work/lede/build_dir/target-x86_64_musl/libwebsockets-cyassl/libwebsockets-2.2.1/lib/private-libwebsockets.h:256,
                 from /home/sandu/work/lede/build_dir/target-x86_64_musl/libwebsockets-cyassl/libwebsockets-2.2.1/lib/base64-decode.c:43:
/home/sandu/work/lede/staging_dir/target-x86_64_musl/usr/include/wolfssl/wolfcrypt/settings.h:1642:14: error: #warning "For timing resistance / side-channel attack prevention consider using harden options" [-Werror=cpp]
             #warning "For timing resistance / side-channel attack prevention consider using harden options"

```

Hardening is enabled by default in libwolfssl at build-time.

However, the `settings.h` header is exported (along with other headers)
for build (via Build/InstallDev).

This looks like a small bug/issue with wolfssl.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-09-17 00:00:12 +02:00
..
argp-standalone
elfutils
gettext
gettext-full
gmp
libbsd
libconfig
libevent2
libiconv
libiconv-full
libjson-c
libmnl
libnetfilter-conntrack
libnetfilter-cthelper
libnetfilter-cttimeout
libnetfilter-log
libnetfilter-queue
libnfnetlink
libnftnl
libnl
libnl-tiny
libpcap
libroxml
librpc
libtool
libubox
libunwind libunwind: update to version 1.2.1 2017-06-19 14:43:09 +08:00
libusb
libusb-compat
lzo lzo: use default Build/Configure rule 2017-07-14 08:45:40 +02:00
mbedtls mbedtls: update to 2.6.0 CVE-2017-14032 2017-09-11 01:56:14 +02:00
ncurses ncurses: add libnucrses-dev package 2017-07-08 23:19:31 +02:00
nettle
openssl openssl: update to version 1.0.2l 2017-07-28 23:07:17 +02:00
popt
readline libreadline: add host-build 2017-06-24 14:38:14 +02:00
sysfsutils
toolchain
uclibc++
uclient uclient: update to 2017-09-06 2017-09-06 15:46:03 +02:00
ustream-ssl cyassl,curl,libustream-ssl: rename every cyassl to wolfssl 2017-09-17 00:00:12 +02:00
wolfssl libs/wolfssl: disable hardening check in settings.h 2017-09-17 00:00:12 +02:00
zlib zlib: use default Build/Configure rule 2017-07-14 08:45:55 +02:00