diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-07-01 13:40:00 -0300 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-07-07 13:02:05 +0200 |
commit | ff69364ad84a1dbf5b6fdf5188fb52ccae9fe5ea (patch) | |
tree | b35116674a20e33da0611bc4bf1a16225b527196 /package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch | |
parent | 2792daab5ad26e916619052fc7f581cddc1ea53c (diff) | |
download | upstream-ff69364ad84a1dbf5b6fdf5188fb52ccae9fe5ea.tar.gz upstream-ff69364ad84a1dbf5b6fdf5188fb52ccae9fe5ea.tar.bz2 upstream-ff69364ad84a1dbf5b6fdf5188fb52ccae9fe5ea.zip |
wolfssl: update to 4.0.0-stable
Removed options that can't be turned off because we're building with
--enable-stunnel, some of which affect hostapd's Config.in.
Adjusted the title of OCSP option, as OCSP itself can't be turned off,
only the stapling part is selectable.
Mark options turned on when wpad support is selected.
Add building options for TLS 1.0, and TLS 1.3.
Add hardware crypto support, which due to a bug, only works when CCM
support is turned off.
Reorganized option conditionals in Makefile.
Add Eneas U de Queiroz as maintainer.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch')
-rw-r--r-- | package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch b/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch index 6b0861288f..34d3e62361 100644 --- a/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch +++ b/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -4614,7 +4614,6 @@ AC_CONFIG_FILES([stamp-h], [echo timesta +@@ -4740,7 +4740,6 @@ AC_CONFIG_FILES([stamp-h], [echo timesta AC_CONFIG_FILES([Makefile wolfssl/version.h wolfssl/options.h cyassl/options.h support/wolfssl.pc rpm/spec]) AX_CREATE_GENERIC_CONFIG |