Openwrt/package/network/services
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
..
dnsmasq dnsmasq: abort dhcp_check on interface state 2020-08-20 23:45:26 +02:00
dropbear dropbear: allow disabling support for scp 2020-08-15 20:25:08 +02:00
ead
hostapd hostapd: Fix compile errors after wolfssl update 2020-08-27 12:11:47 +02:00
igmpproxy igmpproxy: remove some bashism 2020-06-23 20:00:16 +02:00
ipset-dns
lldpd
odhcpd odhcpd: bump to latest git HEAD 2020-07-02 22:28:06 +02:00
omcproxy
openvpn openvpn: fix arguments passing to wrapped up and down scripts 2020-08-06 08:34:31 +02:00
openvpn-easy-rsa
ppp ppp: update to latest git HEAD 2020-08-11 21:27:07 +02:00
relayd
uhttpd uhttpd: update to the latest master 2020-08-05 15:49:03 +02:00
umdns umdns: fix compiling using gcc 10 2020-07-22 15:59:54 +01:00
wireguard wireguard: bump to 1.0.20200729 2020-08-03 23:14:24 +02:00