strongswan/src/libipsec
Tobias Brunner 8cd5f33dd8 libipsec: Fix compiler warning with GCC 9
The compiler complains that "taking address of packed member ... of
class or structure 'ip6_hdr' may result in an unaligned pointer value".
We don't care if the address is aligned as we explicitly use untoh16()
to convert the read value.
2019-08-28 11:10:49 +02:00
..
tests Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
Android.mk android: Fix build after updating Linux headers 2015-11-12 14:09:25 +01:00
Makefile.am libipsec: Fix Windows build via MinGW 2017-01-25 17:12:30 +01:00
esp_context.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
esp_context.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
esp_packet.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
esp_packet.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ip_packet.c libipsec: Fix compiler warning with GCC 9 2019-08-28 11:10:49 +02:00
ip_packet.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec_event_listener.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec_event_relay.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec_event_relay.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec_policy.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec_policy.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec_policy_mgr.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec_policy_mgr.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec_processor.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec_processor.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec_sa.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec_sa.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec_sa_mgr.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec_sa_mgr.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00