diff options
| -rw-r--r-- | openvpn/config.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/openvpn/config.h b/openvpn/config.h index fe306125..1f589023 100644 --- a/openvpn/config.h +++ b/openvpn/config.h @@ -620,3 +620,7 @@  #define HAVE_LZO_LZO1X_H 1  #define HAVE_SYS_TIME_H 1  #define HAVE_TIME_H 1 + + +// Workaround for bionc +#define IPPROTO_IP IPPROTO_IP | 
