openvpn: backport an upstream fix for a regression in using --cipher none (fixes...
[openwrt.git] / package / network / services / openvpn / patches / 110-musl_compat.patch
1 --- a/src/openvpn/syshead.h
2 +++ b/src/openvpn/syshead.h
3 @@ -214,10 +214,6 @@
4  
5  #ifdef TARGET_LINUX
6  
7 -#if defined(HAVE_NETINET_IF_ETHER_H)
8 -#include <netinet/if_ether.h>
9 -#endif
10 -
11  #ifdef HAVE_LINUX_IF_TUN_H
12  #include <linux/if_tun.h>
13  #endif