Replace bcopy with a simple assignment where both variables are
authordhill <dhill@openbsd.org>
Thu, 6 Apr 2017 14:25:18 +0000 (14:25 +0000)
committerdhill <dhill@openbsd.org>
Thu, 6 Apr 2017 14:25:18 +0000 (14:25 +0000)
commitd9c935f848f6761d61b6e158f9e4fec2d22d3a98
treef49c0d927f14011e9704c66b3842d4f5d81e3ebe
parenta0e3979fb11664332546d5713970e0854369c6f3
Replace bcopy with a simple assignment where both variables are
properly aligned and sockaddr_union fields, or with memcpy when
the memory doesn't overlap.

OK bluhm@
sys/netinet/ip_spd.c
sys/netinet/ipsec_input.c
sys/netinet/ipsec_output.c