openwrt/package
Hauke Mehrtens bc19481826 hostapd: Fix compile errors after wolfssl update
This fixes the following compile errors after the wolfssl 4.5.0 update:
  LD  wpa_cli
../src/crypto/tls_wolfssl.c: In function 'tls_match_alt_subject':
../src/crypto/tls_wolfssl.c:610:11: error: 'GEN_EMAIL' undeclared (first use in this function); did you mean 'ENAVAIL'?
    type = GEN_EMAIL;
           ^~~~~~~~~
           ENAVAIL
../src/crypto/tls_wolfssl.c:610:11: note: each undeclared identifier is reported only once for each function it appears in
../src/crypto/tls_wolfssl.c:613:11: error: 'GEN_DNS' undeclared (first use in this function)
    type = GEN_DNS;
           ^~~~~~~
../src/crypto/tls_wolfssl.c:616:11: error: 'GEN_URI' undeclared (first use in this function)
    type = GEN_URI;
           ^~~~~~~
../src/crypto/tls_wolfssl.c: In function 'wolfssl_tls_cert_event':
../src/crypto/tls_wolfssl.c:902:20: error: 'GEN_EMAIL' undeclared (first use in this function); did you mean 'ENAVAIL'?
   if (gen->type != GEN_EMAIL &&
                    ^~~~~~~~~
                    ENAVAIL
../src/crypto/tls_wolfssl.c:903:20: error: 'GEN_DNS' undeclared (first use in this function)
       gen->type != GEN_DNS &&
                    ^~~~~~~
../src/crypto/tls_wolfssl.c:904:20: error: 'GEN_URI' undeclared (first use in this function)
       gen->type != GEN_URI)
                    ^~~~~~~
Makefile:2029: recipe for target '../src/crypto/tls_wolfssl.o' failed

Fixes: 00722a720c ("wolfssl: Update to version 4.5.0")
Reported-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-27 12:11:47 +02:00
..
base-files treewide: bump PKG_RELEASE after replacing `which` 2020-08-12 11:17:22 +02:00
boot uboot-at91: harmonize indent in Makefile 2020-08-25 19:28:42 +02:00
devel bintuils: Pack libctf-nobfd.so in addition 2020-08-10 23:02:37 +02:00
firmware linux-firmware: add support for Marvell SDIO 8997 2020-08-24 18:53:59 +02:00
kernel mt76: update to the latest version 2020-08-25 14:12:51 +02:00
libs wolfssl: Update to version 4.5.0 2020-08-26 23:29:30 +02:00
network hostapd: Fix compile errors after wolfssl update 2020-08-27 12:11:47 +02:00
system procd: remove duplicate confguration menu 2020-08-13 14:07:18 +01:00
utils mtd-utils: Update to version 2.1.2 2020-08-26 23:29:35 +02:00
Makefile