32 bit OS warnings
On 32 bit OS some pointers have bad alignment:
From Raspberry Pi and BeagleBone Black:
../../ntpd/ntp_control.c: In function ‘ctl_error’:
../../ntpd/ntp_control.c:714:35: warning: cast increases required alignment of target type [-Wcast-align]
maclen = authencrypt(res_keyid, (uint32_t *)&rpkt,
^
../../ntpd/ntp_control.c: In function ‘process_control’:
../../ntpd/ntp_control.c:830:35: warning: cast increases required alignment of target type [-Wcast-align]
else if (authdecrypt(res_keyid, (uint32_t *)pkt,
^