mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
make socket_t compatible with RFC 2292 (that got obsoleted by RFC 3542)
This commit is contained in:
parent
978c2df17a
commit
9015c073de
@ -62,6 +62,13 @@
|
||||
#define SOL_UDP IPPROTO_UDP
|
||||
#endif
|
||||
|
||||
/* IPV6_RECVPKTINFO is defined in RFC 3542 which obsoletes RFC 2292 that
|
||||
* previously defined IPV6_PKTINFO */
|
||||
#ifndef IPV6_RECVPKTINFO
|
||||
#define IPV6_RECVPKTINFO IPV6_PKTINFO;
|
||||
#endif
|
||||
|
||||
|
||||
typedef struct private_socket_t private_socket_t;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user