diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-05-23 23:26:41 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-05-24 21:46:35 +0200 |
commit | 4f67c1522d92bc4512c3ecf58c38ff9886530b48 (patch) | |
tree | 9c355f89b8070cc0745e36f4598e42fa003fd636 /package/libs/wolfssl/patches/100-disable-hardening-check.patch | |
parent | 4f442f5f383837efcfb345033169178f74f63440 (diff) | |
download | upstream-4f67c1522d92bc4512c3ecf58c38ff9886530b48.tar.gz upstream-4f67c1522d92bc4512c3ecf58c38ff9886530b48.tar.bz2 upstream-4f67c1522d92bc4512c3ecf58c38ff9886530b48.zip |
wolfssl: update to version 3.14.4
Use download from github archive corresponding to v3.14.4 tag because
the project's website apparently only offers 3.14.0-stable release
downloads.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/libs/wolfssl/patches/100-disable-hardening-check.patch')
-rw-r--r-- | package/libs/wolfssl/patches/100-disable-hardening-check.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/wolfssl/patches/100-disable-hardening-check.patch b/package/libs/wolfssl/patches/100-disable-hardening-check.patch index 83d51b1d5c..d913b5fdea 100644 --- a/package/libs/wolfssl/patches/100-disable-hardening-check.patch +++ b/package/libs/wolfssl/patches/100-disable-hardening-check.patch @@ -1,6 +1,6 @@ --- a/wolfssl/wolfcrypt/settings.h +++ b/wolfssl/wolfcrypt/settings.h -@@ -1553,7 +1553,7 @@ extern void uITRON4_free(void *p) ; +@@ -1624,7 +1624,7 @@ extern void uITRON4_free(void *p) ; #endif /* warning for not using harden build options (default with ./configure) */ |